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

/linux-master/net/ipv4/
H A Dsyncookies.c37 #define TS_OPT_SACK BIT(4) macro
69 options |= TS_OPT_SACK;
249 tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c43 #define TS_OPT_SACK (1 << 4) macro
302 cookie |= TS_OPT_SACK;

Completed in 152 milliseconds