Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_seqadj.c151 if (op[0] == TCPOPT_SACK && in nf_ct_sack_adjust()
H A Dnf_conntrack_proto_tcp.c434 if (opcode == TCPOPT_SACK in tcp_sack()
/linux/net/sched/
H A Dsch_cake.c1051 sack_a = cake_get_tcpopt(tcph_a, TCPOPT_SACK, &oplen_a); in cake_tcph_sack_compare()
1052 sack_b = cake_get_tcpopt(tcph_b, TCPOPT_SACK, &oplen_b); in cake_tcph_sack_compare()
1166 case TCPOPT_SACK: /* stricter checking performed later */ in cake_tcph_may_drop()
/linux/include/net/
H A Dtcp.h198 #define TCPOPT_SACK 5 /* SACK Block */ macro
/linux/net/ipv4/
H A Dtcp_output.c723 (TCPOPT_SACK << 8) | in tcp_options_write()
H A Dtcp_input.c4264 case TCPOPT_SACK: in tcp_parse_options()