Searched refs:skb_check (Results 1 – 1 of 1) sorted by relevance
1157 struct sk_buff *skb_check, *skb_prev = NULL; in cake_ack_filter() local1193 for (skb_check = flow->head; in cake_ack_filter()1194 skb_check && skb_check != skb; in cake_ack_filter()1195 skb_prev = skb_check, skb_check = skb_check->next) { in cake_ack_filter()1196 iph_check = cake_get_iphdr(skb_check, &_iph_check); in cake_ack_filter()1197 tcph_check = cake_get_tcphdr(skb_check, &_tcph_check, in cake_ack_filter()1274 elig_ack = skb_check; in cake_ack_filter()