Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtcp.h108 #define TCP_SACK_SEEN (1 << 0) /*1 = peer is SACK capable, */ macro
/linux/net/ipv4/
H A Dtcp_input.c4636 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options()