Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_cake.c1070 sack_a = cake_get_tcpopt(tcph_a, TCPOPT_SACK, &oplen_a); in cake_tcph_sack_compare()
1071 sack_b = cake_get_tcpopt(tcph_b, TCPOPT_SACK, &oplen_b); in cake_tcph_sack_compare()
1185 case TCPOPT_SACK: /* stricter checking performed later */ in cake_tcph_may_drop()
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c434 if (opcode == TCPOPT_SACK in tcp_sack()
/linux/include/net/
H A Dtcp.h212 #define TCPOPT_SACK 5 /* SACK Block */ macro
/linux/net/ipv4/
H A Dtcp_output.c779 (TCPOPT_SACK << 8) | in tcp_options_write()
H A Dtcp_input.c4641 case TCPOPT_SACK: in tcp_parse_options()