Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_input.c3698 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument
3706 opt_rx->saw_tstamp = 0; in tcp_parse_options()
3729 if (opt_rx->user_mss && in tcp_parse_options()
3730 opt_rx->user_mss < in_mss) in tcp_parse_options()
3731 in_mss = opt_rx->user_mss; in tcp_parse_options()
3732 opt_rx->mss_clamp = in_mss; in tcp_parse_options()
3740 opt_rx->wscale_ok = 1; in tcp_parse_options()
3747 opt_rx->snd_wscale = snd_wscale; in tcp_parse_options()
3752 ((estab && opt_rx->tstamp_ok) || in tcp_parse_options()
3754 opt_rx->saw_tstamp = 1; in tcp_parse_options()
[all …]
/linux-4.4.14/include/net/
Dtcp.h442 struct tcp_options_received *opt_rx,