Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h85 #define TCPOLEN_WINDOW 3
81 #define TCPOLEN_WINDOW global() macro
H A Dtest_tcp_custom_syncookie.c253 if (*opsize == TCPOLEN_WINDOW && ctx->tcp->syn && wscale) { in tcp_parse_option()
376 TCPOLEN_WINDOW << 8 | in tcp_write_options()
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c376 && opsize == TCPOLEN_WINDOW) { in tcp_options()
/linux/include/net/
H A Dtcp.h234 #define TCPOLEN_WINDOW 3 macro
/linux/net/ipv4/
H A Dtcp_input.c4580 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options()