Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dfq_impl.h19 struct fq_tin *tin = flow->tin; in fq_adjust_removal() local
21 tin->backlog_bytes -= skb->len; in fq_adjust_removal()
22 tin->backlog_packets--; in fq_adjust_removal()
64 struct fq_tin *tin, in fq_tin_dequeue() argument
74 head = &tin->new_flows; in fq_tin_dequeue()
76 head = &tin->old_flows; in fq_tin_dequeue()
86 &tin->old_flows); in fq_tin_dequeue()
90 skb = dequeue_func(fq, tin, flow); in fq_tin_dequeue()
93 if ((head == &tin->new_flows) && in fq_tin_dequeue()
94 !list_empty(&tin->old_flows)) { in fq_tin_dequeue()
[all …]
Dfq.h31 struct fq_tin *tin; member