Home
last modified time | relevance | path

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

/linux/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.h82 #define TCPOLEN_SACK_PERM 2 macro
/linux/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/net/ipv4/
H A Dtcp_output.c688 (TCPOLEN_SACK_PERM << 16) | in tcp_options_write()
706 TCPOLEN_SACK_PERM); in tcp_options_write()
H A Dtcp_input.c4257 if (opsize == TCPOLEN_SACK_PERM && th->syn && in tcp_parse_options()
/linux/include/net/
H A Dtcp.h217 #define TCPOLEN_SACK_PERM 2 macro