Searched refs:tin (Results 1 – 2 of 2) sorted by relevance
19 struct fq_tin *tin = flow->tin; in fq_adjust_removal() local21 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() argument74 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 …]
31 struct fq_tin *tin; member