Lines Matching refs:opt_rx
3649 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument
3657 opt_rx->saw_tstamp = 0; in tcp_parse_options()
3680 if (opt_rx->user_mss && in tcp_parse_options()
3681 opt_rx->user_mss < in_mss) in tcp_parse_options()
3682 in_mss = opt_rx->user_mss; in tcp_parse_options()
3683 opt_rx->mss_clamp = in_mss; in tcp_parse_options()
3691 opt_rx->wscale_ok = 1; in tcp_parse_options()
3698 opt_rx->snd_wscale = snd_wscale; in tcp_parse_options()
3703 ((estab && opt_rx->tstamp_ok) || in tcp_parse_options()
3705 opt_rx->saw_tstamp = 1; in tcp_parse_options()
3706 opt_rx->rcv_tsval = get_unaligned_be32(ptr); in tcp_parse_options()
3707 opt_rx->rcv_tsecr = get_unaligned_be32(ptr + 4); in tcp_parse_options()
3713 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options()
3714 tcp_sack_reset(opt_rx); in tcp_parse_options()
3721 opt_rx->sack_ok) { in tcp_parse_options()