Searched refs:opt_rx (Results 1 – 3 of 3) sorted by relevance
3939 struct tcp_options_received *opt_rx, in smc_parse_options() argument3948 opt_rx->smc_ok = 1; in smc_parse_options()4005 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument4013 opt_rx->saw_tstamp = 0; in tcp_parse_options()4014 opt_rx->saw_unknown = 0; in tcp_parse_options()4039 if (opt_rx->user_mss && in tcp_parse_options()4040 opt_rx->user_mss < in_mss) in tcp_parse_options()4041 in_mss = opt_rx->user_mss; in tcp_parse_options()4042 opt_rx->mss_clamp = in_mss; in tcp_parse_options()4050 opt_rx->wscale_ok = 1; in tcp_parse_options()[all …]
159 struct tcp_options_received *opt_rx) in mptcp_parse_option() argument
415 struct tcp_options_received *opt_rx,