Lines Matching refs:opt_rx
3773 struct tcp_options_received *opt_rx, in smc_parse_options() argument
3782 opt_rx->smc_ok = 1; in smc_parse_options()
3836 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument
3844 opt_rx->saw_tstamp = 0; in tcp_parse_options()
3869 if (opt_rx->user_mss && in tcp_parse_options()
3870 opt_rx->user_mss < in_mss) in tcp_parse_options()
3871 in_mss = opt_rx->user_mss; in tcp_parse_options()
3872 opt_rx->mss_clamp = in_mss; in tcp_parse_options()
3880 opt_rx->wscale_ok = 1; in tcp_parse_options()
3888 opt_rx->snd_wscale = snd_wscale; in tcp_parse_options()
3893 ((estab && opt_rx->tstamp_ok) || in tcp_parse_options()
3895 opt_rx->saw_tstamp = 1; in tcp_parse_options()
3896 opt_rx->rcv_tsval = get_unaligned_be32(ptr); in tcp_parse_options()
3897 opt_rx->rcv_tsecr = get_unaligned_be32(ptr + 4); in tcp_parse_options()
3903 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options()
3904 tcp_sack_reset(opt_rx); in tcp_parse_options()
3911 opt_rx->sack_ok) { in tcp_parse_options()
3940 smc_parse_options(th, opt_rx, ptr, in tcp_parse_options()