Home
last modified time | relevance | path

Searched refs:elig_ack (Results 1 – 1 of 1) sorted by relevance

/linux/net/sched/
H A Dsch_cake.c1221 struct sk_buff *elig_ack = NULL, *elig_ack_prev = NULL; in cake_ack_filter() local
1297 if (elig_ack && (tcp_flag_word(tcph_check) & in cake_ack_filter()
1299 elig_ack = NULL; in cake_ack_filter()
1337 if (!elig_ack) { in cake_ack_filter()
1338 elig_ack = skb_check; in cake_ack_filter()
1354 if (elig_ack && aggressive && elig_ack->next == skb && in cake_ack_filter()
1363 elig_ack_prev->next = elig_ack->next; in cake_ack_filter()
1365 WRITE_ONCE(flow->head, elig_ack->next); in cake_ack_filter()
1367 skb_mark_not_on_list(elig_ack); in cake_ack_filter()
1369 return elig_ack; in cake_ack_filter()