Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_input.c4152 opt_rx->smc_ok = 1; in smc_parse_options()
4217 opt_rx->saw_tstamp = 0; in tcp_parse_options()
4218 opt_rx->saw_unknown = 0; in tcp_parse_options()
4243 if (opt_rx->user_mss && in tcp_parse_options()
4245 in_mss = opt_rx->user_mss; in tcp_parse_options()
4254 opt_rx->wscale_ok = 1; in tcp_parse_options()
4269 opt_rx->saw_tstamp = 1; in tcp_parse_options()
4278 tcp_sack_reset(opt_rx); in tcp_parse_options()
4285 opt_rx->sack_ok) { in tcp_parse_options()
4325 opt_rx->saw_unknown = 1; in tcp_parse_options()
[all …]
/linux-6.15/include/net/
H A Dtcp.h475 struct tcp_options_received *opt_rx,