Searched refs:TS_OPT_SACK (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv4/
H A Dsyncookies.c44 #define TS_OPT_SACK BIT(4) macro
92 options |= TS_OPT_SACK; cookie_init_timestamp()
261 tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0; cookie_timestamp_decode()

Completed in 52 milliseconds