Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbpf_tracing_net.h80 #define TCPOLEN_WINDOW 3 macro
Dxdp_synproxy_kern.c38 #define TCPOLEN_WINDOW 3 macro
241 if (*opsize == TCPOLEN_WINDOW) in tscookie_tcpopt_parse()
509 (TCPOLEN_WINDOW << 8) | in tcp_mkoptions()
Dtest_tcp_custom_syncookie.c253 if (*opsize == TCPOLEN_WINDOW && ctx->tcp->syn && wscale) { in tcp_parse_option()
374 TCPOLEN_WINDOW << 8 | in tcp_write_options()
/linux-6.12.1/net/netfilter/
Dnf_synproxy_core.c69 if (opsize == TCPOLEN_WINDOW) { in synproxy_parse_options()
148 (TCPOLEN_WINDOW << 8) | in synproxy_build_options()
Dnf_conntrack_proto_tcp.c376 && opsize == TCPOLEN_WINDOW) { in tcp_options()
/linux-6.12.1/tools/testing/selftests/net/
Dgro.c445 opt_window->len = TCPOLEN_WINDOW; in tcp_write_options()
576 recompute_packet(extpkt2, buf, TCPOLEN_WINDOW + 1); in send_diff_opt()
/linux-6.12.1/include/net/
Dtcp.h215 #define TCPOLEN_WINDOW 3 macro
/linux-6.12.1/net/ipv4/
Dtcp_output.c709 (TCPOLEN_WINDOW << 8) | in tcp_options_write()
Dtcp_input.c4227 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options()