Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtcp.h108 #define TCP_SACK_SEEN (1 << 0) /*1 = peer is SACK capable, */ macro
/linux-6.3-rc2/net/ipv4/
A Dsyncookies.c253 tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0; in cookie_timestamp_decode()
A Dtcp.c3288 tp->rx_opt.sack_ok |= TCP_SACK_SEEN; in tcp_repair_options_est()
A Dtcp_input.c4105 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options()

Completed in 23 milliseconds