Home
last modified time | relevance | path

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

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