Home
last modified time | relevance | path

Searched refs:TCPOPT_SACK (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/net/netfilter/
Dnf_conntrack_seqadj.c151 if (op[0] == TCPOPT_SACK && in nf_ct_sack_adjust()
Dnf_conntrack_proto_tcp.c434 if (opcode == TCPOPT_SACK in tcp_sack()
/linux-6.1.9/net/sched/
Dsch_cake.c1004 sack_a = cake_get_tcpopt(tcph_a, TCPOPT_SACK, &oplen_a); in cake_tcph_sack_compare()
1005 sack_b = cake_get_tcpopt(tcph_b, TCPOPT_SACK, &oplen_b); in cake_tcph_sack_compare()
1119 case TCPOPT_SACK: /* stricter checking performed later */ in cake_tcph_may_drop()
/linux-6.1.9/include/net/
Dtcp.h186 #define TCPOPT_SACK 5 /* SACK Block */ macro
/linux-6.1.9/net/ipv4/
Dtcp_output.c665 (TCPOPT_SACK << 8) | in tcp_options_write()
Dtcp_input.c4109 case TCPOPT_SACK: in tcp_parse_options()