Lines Matching refs:opt_rx
3881 struct tcp_options_received *opt_rx, in smc_parse_options() argument
3890 opt_rx->smc_ok = 1; in smc_parse_options()
3947 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument
3955 opt_rx->saw_tstamp = 0; in tcp_parse_options()
3956 opt_rx->saw_unknown = 0; in tcp_parse_options()
3981 if (opt_rx->user_mss && in tcp_parse_options()
3982 opt_rx->user_mss < in_mss) in tcp_parse_options()
3983 in_mss = opt_rx->user_mss; in tcp_parse_options()
3984 opt_rx->mss_clamp = in_mss; in tcp_parse_options()
3992 opt_rx->wscale_ok = 1; in tcp_parse_options()
4000 opt_rx->snd_wscale = snd_wscale; in tcp_parse_options()
4005 ((estab && opt_rx->tstamp_ok) || in tcp_parse_options()
4007 opt_rx->saw_tstamp = 1; in tcp_parse_options()
4008 opt_rx->rcv_tsval = get_unaligned_be32(ptr); in tcp_parse_options()
4009 opt_rx->rcv_tsecr = get_unaligned_be32(ptr + 4); in tcp_parse_options()
4015 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options()
4016 tcp_sack_reset(opt_rx); in tcp_parse_options()
4023 opt_rx->sack_ok) { in tcp_parse_options()
4054 if (smc_parse_options(th, opt_rx, ptr, opsize)) in tcp_parse_options()
4057 opt_rx->saw_unknown = 1; in tcp_parse_options()
4061 opt_rx->saw_unknown = 1; in tcp_parse_options()