Searched refs:skb_check (Results 1 – 1 of 1) sorted by relevance
1120 struct sk_buff *skb_check, *skb_prev = NULL; in cake_ack_filter() local1156 for (skb_check = flow->head; in cake_ack_filter()1157 skb_check && skb_check != skb; in cake_ack_filter()1158 skb_prev = skb_check, skb_check = skb_check->next) { in cake_ack_filter()1159 iph_check = cake_get_iphdr(skb_check, &_iph_check); in cake_ack_filter()1160 tcph_check = cake_get_tcphdr(skb_check, &_tcph_check, in cake_ack_filter()1237 elig_ack = skb_check; in cake_ack_filter()