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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h69 #define TCPOLEN_WINDOW 3 macro
H A Dtest_tcp_custom_syncookie.c252 if (*opsize == TCPOLEN_WINDOW && ctx->tcp->syn && wscale) {
373 TCPOLEN_WINDOW << 8 |
H A Dxdp_synproxy_kern.c37 #define TCPOLEN_WINDOW 3 macro
240 if (*opsize == TCPOLEN_WINDOW)
508 (TCPOLEN_WINDOW << 8) |
/linux-master/tools/testing/selftests/net/
H A Dgro.c441 opt_window->len = TCPOLEN_WINDOW;
572 recompute_packet(extpkt2, buf, TCPOLEN_WINDOW + 1);
/linux-master/net/netfilter/
H A Dnf_synproxy_core.c69 if (opsize == TCPOLEN_WINDOW) {
148 (TCPOLEN_WINDOW << 8) |
H A Dnf_conntrack_proto_tcp.c376 && opsize == TCPOLEN_WINDOW) {
/linux-master/include/net/
H A Dtcp.h213 #define TCPOLEN_WINDOW 3 macro
/linux-master/net/ipv4/
H A Dtcp_output.c705 (TCPOLEN_WINDOW << 8) |
H A Dtcp_input.c4162 if (opsize == TCPOLEN_WINDOW && th->syn &&

Completed in 205 milliseconds