Lines Matching refs:tcph_check
1112 const struct tcphdr *tcph, *tcph_check; in cake_ack_filter() local
1149 tcph_check = cake_get_tcphdr(skb_check, &_tcph_check, in cake_ack_filter()
1155 if (!tcph_check || iph->version != iph_check->version || in cake_ack_filter()
1156 tcph_check->source != tcph->source || in cake_ack_filter()
1157 tcph_check->dest != tcph->dest) in cake_ack_filter()
1185 if (elig_ack && (tcp_flag_word(tcph_check) & in cake_ack_filter()
1198 if (!cake_tcph_may_drop(tcph_check, tstamp, tsecr) || in cake_ack_filter()
1199 (seglen - __tcp_hdrlen(tcph_check)) != 0 || in cake_ack_filter()
1200 after(ntohl(tcph_check->ack_seq), ntohl(tcph->ack_seq))) in cake_ack_filter()
1209 sack_comp = cake_tcph_sack_compare(tcph_check, tcph); in cake_ack_filter()
1212 (ntohl(tcph_check->ack_seq) == ntohl(tcph->ack_seq) && in cake_ack_filter()
1228 elig_flags = (tcp_flag_word(tcph_check) in cake_ack_filter()