Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_input.c3986 struct tcp_options_received *opt_rx, in smc_parse_options() argument
3995 opt_rx->smc_ok = 1; in smc_parse_options()
4052 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument
4060 opt_rx->saw_tstamp = 0; in tcp_parse_options()
4061 opt_rx->saw_unknown = 0; in tcp_parse_options()
4086 if (opt_rx->user_mss && in tcp_parse_options()
4087 opt_rx->user_mss < in_mss) in tcp_parse_options()
4088 in_mss = opt_rx->user_mss; in tcp_parse_options()
4089 opt_rx->mss_clamp = in_mss; in tcp_parse_options()
4097 opt_rx->wscale_ok = 1; in tcp_parse_options()
[all …]