Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_input.c3763 struct tcp_options_received *opt_rx, in smc_parse_options() argument
3772 opt_rx->smc_ok = 1; in smc_parse_options()
3783 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument
3791 opt_rx->saw_tstamp = 0; in tcp_parse_options()
3814 if (opt_rx->user_mss && in tcp_parse_options()
3815 opt_rx->user_mss < in_mss) in tcp_parse_options()
3816 in_mss = opt_rx->user_mss; in tcp_parse_options()
3817 opt_rx->mss_clamp = in_mss; in tcp_parse_options()
3825 opt_rx->wscale_ok = 1; in tcp_parse_options()
3833 opt_rx->snd_wscale = snd_wscale; in tcp_parse_options()
[all …]
/Linux-v4.19/include/net/
Dtcp.h412 struct tcp_options_received *opt_rx,