Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A Dbpf_tracing_net.h77 #define TCPOPT_SACK_PERM 4 macro
/linux/net/netfilter/
H A 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()
H A Dnf_conntrack_proto_tcp.c372 if (opcode == TCPOPT_SACK_PERM in tcp_options()
/linux/net/ipv4/
H A Dtcp_output.c687 *ptr++ = htonl((TCPOPT_SACK_PERM << 24) | in tcp_options_write()
705 (TCPOPT_SACK_PERM << 8) | in tcp_options_write()
H A Dtcp.c3490 case TCPOPT_SACK_PERM: in tcp_repair_options_est()
H A Dtcp_input.c4256 case TCPOPT_SACK_PERM: in tcp_parse_options()
/linux/include/net/
H A Dtcp.h197 #define TCPOPT_SACK_PERM 4 /* SACK Permitted */ macro
/linux/net/sched/
H A Dsch_cake.c1184 case TCPOPT_SACK_PERM: in cake_tcph_may_drop()