Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c35 #define TCPOLEN_WINDOW 3 macro
238 if (*opsize == TCPOLEN_WINDOW) in tscookie_tcpopt_parse()
506 (TCPOLEN_WINDOW << 8) | in tcp_mkoptions()
/openbmc/linux/net/netfilter/
H A Dnf_synproxy_core.c69 if (opsize == TCPOLEN_WINDOW) { in synproxy_parse_options()
148 (TCPOLEN_WINDOW << 8) | in synproxy_build_options()
H A Dnf_conntrack_proto_tcp.c376 && opsize == TCPOLEN_WINDOW) { in tcp_options()
/openbmc/linux/tools/testing/selftests/net/
H A Dgro.c419 opt_window->len = TCPOLEN_WINDOW; in tcp_write_options()
550 recompute_packet(extpkt2, buf, TCPOLEN_WINDOW + 1); in send_diff_opt()
/openbmc/linux/include/net/
H A Dtcp.h205 #define TCPOLEN_WINDOW 3 macro
/openbmc/linux/net/ipv4/
H A Dtcp_output.c668 (TCPOLEN_WINDOW << 8) | in tcp_options_write()
H A Dtcp_input.c4187 if (opsize == TCPOLEN_WINDOW && th->syn && in tcp_parse_options()