Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_input.c4124 struct tcp_options_received *opt_rx, in smc_parse_options() argument
4133 opt_rx->smc_ok = 1; in smc_parse_options()
4191 struct tcp_options_received *opt_rx, int estab, in tcp_parse_options() argument
4199 opt_rx->saw_tstamp = 0; in tcp_parse_options()
4200 opt_rx->saw_unknown = 0; in tcp_parse_options()
4225 if (opt_rx->user_mss && in tcp_parse_options()
4226 opt_rx->user_mss < in_mss) in tcp_parse_options()
4227 in_mss = opt_rx->user_mss; in tcp_parse_options()
4228 opt_rx->mss_clamp = in_mss; in tcp_parse_options()
4236 opt_rx->wscale_ok = 1; in tcp_parse_options()
[all …]
/linux/include/net/
H A Dtcp.h435 struct tcp_options_received *opt_rx,