Searched refs:opt_rx (Results 1 – 2 of 2) sorted by relevance
3773 struct tcp_options_received *opt_rx, in smc_parse_options() argument3782 opt_rx->smc_ok = 1; in smc_parse_options()3836 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument3844 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()[all …]
413 struct tcp_options_received *opt_rx,