Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A 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()
H A Dbpf_tracing_net.h87 #define TCPOLEN_SACK_PERM 2 macro
H A Dxdp_synproxy_kern.c38 #define TCPOLEN_SACK_PERM 2 macro
254 if (*opsize == TCPOLEN_SACK_PERM) in tscookie_tcpopt_parse()
494 (TCPOLEN_SACK_PERM << 16) | in tcp_mkoptions()
/linux-6.15/net/netfilter/
H A 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()
H A Dnf_conntrack_proto_tcp.c373 && opsize == TCPOLEN_SACK_PERM) in tcp_options()
/linux-6.15/net/ipv4/
H A Dtcp_output.c690 (TCPOLEN_SACK_PERM << 16) | in tcp_options_write()
708 TCPOLEN_SACK_PERM); in tcp_options_write()
H A Dtcp_input.c4275 if (opsize == TCPOLEN_SACK_PERM && th->syn && in tcp_parse_options()
/linux-6.15/include/net/
H A Dtcp.h219 #define TCPOLEN_SACK_PERM 2 macro