Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/net/sched/
Dsch_cake.c991 sack_a = cake_get_tcpopt(tcph_a, TCPOPT_SACK, &oplen_a); in cake_tcph_sack_compare()
992 sack_b = cake_get_tcpopt(tcph_b, TCPOPT_SACK, &oplen_b); in cake_tcph_sack_compare()
1106 case TCPOPT_SACK: /* stricter checking performed later */ in cake_tcph_may_drop()
/linux-6.12.1/include/net/
Dtcp.h197 #define TCPOPT_SACK 5 /* SACK Block */ macro
/linux-6.12.1/net/ipv4/
Dtcp_output.c720 (TCPOPT_SACK << 8) | in tcp_options_write()
Dtcp_input.c4258 case TCPOPT_SACK: in tcp_parse_options()