Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_input.c4040 opt_rx->smc_ok = 1; in smc_parse_options()
4106 opt_rx->saw_tstamp = 0; in tcp_parse_options()
4107 opt_rx->saw_unknown = 0; in tcp_parse_options()
4132 if (opt_rx->user_mss && in tcp_parse_options()
4134 in_mss = opt_rx->user_mss; in tcp_parse_options()
4143 opt_rx->wscale_ok = 1; in tcp_parse_options()
4158 opt_rx->saw_tstamp = 1; in tcp_parse_options()
4167 tcp_sack_reset(opt_rx); in tcp_parse_options()
4174 opt_rx->sack_ok) { in tcp_parse_options()
4207 opt_rx->saw_unknown = 1; in tcp_parse_options()
[all …]
/openbmc/linux/include/net/
H A Dtcp.h430 struct tcp_options_received *opt_rx,