Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c35 #define TCPOLEN_WINDOW 3 macro
226 if (opsize == TCPOLEN_WINDOW && ctx->ptr + TCPOLEN_WINDOW <= ctx->data_end) in tscookie_tcpopt_parse()
486 (TCPOLEN_WINDOW << 8) | in tcp_mkoptions()
/Linux-v6.6/tools/testing/selftests/net/
Dgro.c419 opt_window->len = TCPOLEN_WINDOW; in tcp_write_options()
550 recompute_packet(extpkt2, buf, TCPOLEN_WINDOW + 1); in send_diff_opt()
/Linux-v6.6/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-v6.6/include/net/
Dtcp.h204 #define TCPOLEN_WINDOW 3 macro
/Linux-v6.6/net/ipv4/
Dtcp_output.c663 (TCPOLEN_WINDOW << 8) | in tcp_options_write()
Dtcp_input.c4103 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options()