Searched refs:skb_check (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_cake.c | 1156 struct sk_buff *skb_check, *skb_prev = NULL; in cake_ack_filter() local 1192 for (skb_check = flow->head; in cake_ack_filter() 1193 skb_check && skb_check != skb; in cake_ack_filter() 1194 skb_prev = skb_check, skb_check = skb_check->next) { in cake_ack_filter() 1195 iph_check = cake_get_iphdr(skb_check, &_iph_check); in cake_ack_filter() 1196 tcph_check = cake_get_tcphdr(skb_check, &_tcph_check, in cake_ack_filter() 1273 elig_ack = skb_check; in cake_ack_filter() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_cake.c | 1157 struct sk_buff *skb_check, *skb_prev = NULL; in cake_ack_filter() local 1193 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() [all...] |
Completed in 6 milliseconds