Home
last modified time | relevance | path

Searched refs:TCPOLEN_SACK_PERM (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_tcp_custom_syncookie.c272 if (*opsize == TCPOLEN_SACK_PERM && ctx->tcp->syn) in tcp_parse_option()
380 TCPOLEN_SACK_PERM << 16 | in tcp_write_options()
395 TCPOLEN_SACK_PERM); in tcp_write_options()
Dbpf_tracing_net.h82 #define TCPOLEN_SACK_PERM 2 macro
Dxdp_synproxy_kern.c39 #define TCPOLEN_SACK_PERM 2 macro
255 if (*opsize == TCPOLEN_SACK_PERM) in tscookie_tcpopt_parse()
495 (TCPOLEN_SACK_PERM << 16) | in tcp_mkoptions()
/linux-6.12.1/net/netfilter/
Dnf_synproxy_core.c84 if (opsize == TCPOLEN_SACK_PERM) in synproxy_parse_options()
128 (TCPOLEN_SACK_PERM << 16) | in synproxy_build_options()
143 TCPOLEN_SACK_PERM); in synproxy_build_options()
Dnf_conntrack_proto_tcp.c373 && opsize == TCPOLEN_SACK_PERM) in tcp_options()
/linux-6.12.1/net/ipv4/
Dtcp_output.c685 (TCPOLEN_SACK_PERM << 16) | in tcp_options_write()
703 TCPOLEN_SACK_PERM); in tcp_options_write()
Dtcp_input.c4251 if (opsize == TCPOLEN_SACK_PERM && th->syn && in tcp_parse_options()
/linux-6.12.1/include/net/
Dtcp.h216 #define TCPOLEN_SACK_PERM 2 macro