Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsyncookies.c39 #define TS_OPT_SACK BIT(4) macro
75 options |= TS_OPT_SACK; in cookie_init_timestamp()
255 tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0; in cookie_timestamp_decode()