Home
last modified time | relevance | path

Searched refs:opt_rx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/net/
Dmptcp.h159 struct tcp_options_received *opt_rx) in mptcp_parse_option() argument
Dtcp.h415 struct tcp_options_received *opt_rx,
/Linux-v5.10/net/ipv4/
Dtcp_input.c3881 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()
[all …]