Searched refs:skb_check (Results 1 – 1 of 1) sorted by relevance
1152 struct sk_buff *skb_check, *skb_prev = NULL; in cake_ack_filter() local1188 for (skb_check = flow->head; in cake_ack_filter()1189 skb_check && skb_check != skb; in cake_ack_filter()1190 skb_prev = skb_check, skb_check = skb_check->next) { in cake_ack_filter()1191 iph_check = cake_get_iphdr(skb_check, &_iph_check); in cake_ack_filter()1192 tcph_check = cake_get_tcphdr(skb_check, &_tcph_check, in cake_ack_filter()1269 elig_ack = skb_check; in cake_ack_filter()