Home
last modified time | relevance | path

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

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