Home
last modified time | relevance | path

Searched refs:TCPOPT_SACK_PERM (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_tcp_custom_syncookie.c271 case TCPOPT_SACK_PERM: in tcp_parse_option()
379 *ctx->ptr32++ = bpf_htonl(TCPOPT_SACK_PERM << 24 | in tcp_write_options()
394 TCPOPT_SACK_PERM << 8 | in tcp_write_options()
Dbpf_tracing_net.h77 #define TCPOPT_SACK_PERM 4 macro
Dxdp_synproxy_kern.c34 #define TCPOPT_SACK_PERM 4 macro
254 case TCPOPT_SACK_PERM: in tscookie_tcpopt_parse()
494 *buf++ = bpf_htonl((TCPOPT_SACK_PERM << 24) | in tcp_mkoptions()
/linux-6.12.1/net/netfilter/
Dnf_synproxy_core.c83 case TCPOPT_SACK_PERM: in synproxy_parse_options()
127 *ptr++ = htonl((TCPOPT_SACK_PERM << 24) | in synproxy_build_options()
142 (TCPOPT_SACK_PERM << 8) | in synproxy_build_options()
Dnf_conntrack_proto_tcp.c372 if (opcode == TCPOPT_SACK_PERM in tcp_options()
/linux-6.12.1/net/ipv4/
Dtcp_output.c684 *ptr++ = htonl((TCPOPT_SACK_PERM << 24) | in tcp_options_write()
702 (TCPOPT_SACK_PERM << 8) | in tcp_options_write()
Dtcp.c3476 case TCPOPT_SACK_PERM: in tcp_repair_options_est()
Dtcp_input.c4250 case TCPOPT_SACK_PERM: in tcp_parse_options()
/linux-6.12.1/include/net/
Dtcp.h196 #define TCPOPT_SACK_PERM 4 /* SACK Permitted */ macro
/linux-6.12.1/net/sched/
Dsch_cake.c1124 case TCPOPT_SACK_PERM: in cake_tcph_may_drop()