Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c271 case TCPOPT_SACK_PERM: in tcp_parse_option()
381 *ctx->ptr32++ = bpf_htonl(TCPOPT_SACK_PERM << 24 | in tcp_write_options()
396 TCPOPT_SACK_PERM << 8 | in tcp_write_options()
H A Dbpf_tracing_net.h82 #define TCPOPT_SACK_PERM 4 macro
H A Dxdp_synproxy_kern.c33 #define TCPOPT_SACK_PERM 4 macro
253 case TCPOPT_SACK_PERM: in tscookie_tcpopt_parse()
493 *buf++ = bpf_htonl((TCPOPT_SACK_PERM << 24) | in tcp_mkoptions()
/linux/net/netfilter/
H A Dnf_synproxy_core.c84 case TCPOPT_SACK_PERM: in synproxy_parse_options()
128 *ptr++ = htonl((TCPOPT_SACK_PERM << 24) | in synproxy_build_options()
143 (TCPOPT_SACK_PERM << 8) | in synproxy_build_options()
H A Dnf_conntrack_proto_tcp.c372 if (opcode == TCPOPT_SACK_PERM in tcp_options()
/linux/net/ipv4/
H A Dtcp_output.c680 *ptr++ = htonl((TCPOPT_SACK_PERM << 24) | in tcp_options_write()
748 (TCPOPT_SACK_PERM << 8) | in tcp_options_write()
H A Dtcp.c3618 case TCPOPT_SACK_PERM: in tcp_repair_options_est()
H A Dtcp_input.c4599 case TCPOPT_SACK_PERM: in tcp_parse_options()
/linux/include/net/
H A Dtcp.h213 #define TCPOPT_SACK_PERM 4 /* SACK Permitted */ macro
/linux/net/sched/
H A Dsch_cake.c1197 case TCPOPT_SACK_PERM: in cake_tcph_may_drop()