Searched refs:opt_rx (Results 1 – 2 of 2) sorted by relevance
3994 struct tcp_options_received *opt_rx, in smc_parse_options() argument4003 opt_rx->smc_ok = 1; in smc_parse_options()4061 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument4069 opt_rx->saw_tstamp = 0; in tcp_parse_options()4070 opt_rx->saw_unknown = 0; in tcp_parse_options()4095 if (opt_rx->user_mss && in tcp_parse_options()4096 opt_rx->user_mss < in_mss) in tcp_parse_options()4097 in_mss = opt_rx->user_mss; in tcp_parse_options()4098 opt_rx->mss_clamp = in_mss; in tcp_parse_options()4106 opt_rx->wscale_ok = 1; in tcp_parse_options()[all …]
430 struct tcp_options_received *opt_rx,