Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dtcp_input.c3969 struct tcp_options_received *opt_rx, in smc_parse_options() argument
3978 opt_rx->smc_ok = 1; in smc_parse_options()
4036 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument
4044 opt_rx->saw_tstamp = 0; in tcp_parse_options()
4045 opt_rx->saw_unknown = 0; in tcp_parse_options()
4070 if (opt_rx->user_mss && in tcp_parse_options()
4071 opt_rx->user_mss < in_mss) in tcp_parse_options()
4072 in_mss = opt_rx->user_mss; in tcp_parse_options()
4073 opt_rx->mss_clamp = in_mss; in tcp_parse_options()
4081 opt_rx->wscale_ok = 1; in tcp_parse_options()
[all …]
/linux-6.1.9/include/net/
Dtcp.h433 struct tcp_options_received *opt_rx,