Lines Matching defs:opt_rx
3998 struct tcp_options_received *opt_rx,
4007 opt_rx->smc_ok = 1;
4065 struct tcp_options_received *opt_rx, int estab,
4073 opt_rx->saw_tstamp = 0;
4074 opt_rx->saw_unknown = 0;
4099 if (opt_rx->user_mss &&
4100 opt_rx->user_mss < in_mss)
4101 in_mss = opt_rx->user_mss;
4102 opt_rx->mss_clamp = in_mss;
4110 opt_rx->wscale_ok = 1;
4118 opt_rx->snd_wscale = snd_wscale;
4123 ((estab && opt_rx->tstamp_ok) ||
4125 opt_rx->saw_tstamp = 1;
4126 opt_rx->rcv_tsval = get_unaligned_be32(ptr);
4127 opt_rx->rcv_tsecr = get_unaligned_be32(ptr + 4);
4133 opt_rx->sack_ok = TCP_SACK_SEEN;
4134 tcp_sack_reset(opt_rx);
4141 opt_rx->sack_ok) {
4171 if (smc_parse_options(th, opt_rx, ptr, opsize))
4174 opt_rx->saw_unknown = 1;
4178 opt_rx->saw_unknown = 1;