Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtcp.h78 #define TCP_SACK_SEEN (1 << 0) /*1 = peer is SACK capable, */ macro
/Linux-v5.4/net/ipv4/
Dsyncookies.c249 tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0; in cookie_timestamp_decode()
Dtcp.c2756 tp->rx_opt.sack_ok |= TCP_SACK_SEEN; in tcp_repair_options_est()
Dtcp_input.c3903 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options()