Lines Matching defs:opt_rx
3964 struct tcp_options_received *opt_rx,
3973 opt_rx->smc_ok = 1;
4030 struct tcp_options_received *opt_rx, int estab,
4038 opt_rx->saw_tstamp = 0;
4039 opt_rx->saw_unknown = 0;
4064 if (opt_rx->user_mss &&
4065 opt_rx->user_mss < in_mss)
4066 in_mss = opt_rx->user_mss;
4067 opt_rx->mss_clamp = in_mss;
4075 opt_rx->wscale_ok = 1;
4083 opt_rx->snd_wscale = snd_wscale;
4088 ((estab && opt_rx->tstamp_ok) ||
4090 opt_rx->saw_tstamp = 1;
4091 opt_rx->rcv_tsval = get_unaligned_be32(ptr);
4092 opt_rx->rcv_tsecr = get_unaligned_be32(ptr + 4);
4098 opt_rx->sack_ok = TCP_SACK_SEEN;
4099 tcp_sack_reset(opt_rx);
4106 opt_rx->sack_ok) {
4137 if (smc_parse_options(th, opt_rx, ptr, opsize))
4140 opt_rx->saw_unknown = 1;
4144 opt_rx->saw_unknown = 1;