Searched refs:tin (Results 1 – 8 of 8) sorted by relevance
/linux/include/net/ |
H A D | fq_impl.h | 19 struct fq_tin *tin = flow->tin; in __fq_adjust_removal() local 22 tin->backlog_bytes -= bytes; in __fq_adjust_removal() 23 tin->backlog_packets -= packets; in __fq_adjust_removal() 31 if (flow == &tin->default_flow) { in __fq_adjust_removal() 32 list_del_init(&tin->tin_list); in __fq_adjust_removal() 67 struct fq_tin *tin = flow->tin; in fq_flow_drop() local 82 free_func(fq, tin, flow, skb); in fq_flow_drop() 91 struct fq_tin *tin, in fq_tin_dequeue() argument 101 head = &tin->new_flows; in fq_tin_dequeue() 103 head = &tin->old_flows; in fq_tin_dequeue() [all …]
|
H A D | fq.h | 32 struct fq_tin *tin; member
|
/linux/net/sched/ |
H A D | sch_cake.c | 1552 u32 idx = 0, tin = 0, len; in cake_drop() local 1568 tin = qq.t; in cake_drop() 1571 b = &q->tins[tin]; in cake_drop() 1577 return idx + (tin << 16); in cake_drop() 1601 return idx + (tin << 16); in cake_drop() 1664 u32 tin, mark; in cake_select_tin() local 1678 tin = 0; in cake_select_tin() 1681 tin = q->tin_order[mark - 1]; in cake_select_tin() 1686 tin = q->tin_order[TC_H_MIN(skb->priority) - 1]; in cake_select_tin() 1691 tin = q->tin_index[dscp]; in cake_select_tin() [all …]
|
/linux/net/mac80211/ |
H A D | tx.c | 1371 flow = &txqi->tin.default_flow; in codel_dequeue_func() 1393 struct fq_tin *tin, in fq_tin_dequeue_func() argument 1403 txqi = container_of(tin, struct txq_info, tin); in fq_tin_dequeue_func() 1414 if (flow == &tin->default_flow) in fq_tin_dequeue_func() 1431 struct fq_tin *tin, in fq_skb_free_func() argument 1446 struct fq_tin *tin = &txqi->tin; in ieee80211_txq_enqueue() local 1463 fq_tin_enqueue(fq, tin, flow_idx, skb, in ieee80211_txq_enqueue() 1469 static bool fq_vlan_filter_func(struct fq *fq, struct fq_tin *tin, in fq_vlan_filter_func() argument 1483 struct fq_tin *tin; in ieee80211_txq_remove_vlan() local 1495 tin = &txqi->tin; in ieee80211_txq_remove_vlan() [all …]
|
H A D | cfg.c | 4582 txqstats->backlog_bytes = txqi->tin.backlog_bytes; in ieee80211_fill_txq_stats() 4587 txqstats->backlog_packets = txqi->tin.backlog_packets; in ieee80211_fill_txq_stats() 4592 txqstats->flows = txqi->tin.flows; in ieee80211_fill_txq_stats() 4607 txqstats->overlimit = txqi->tin.overlimit; in ieee80211_fill_txq_stats() 4612 txqstats->collisions = txqi->tin.collisions; in ieee80211_fill_txq_stats() 4617 txqstats->tx_bytes = txqi->tin.tx_bytes; in ieee80211_fill_txq_stats() 4622 txqstats->tx_packets = txqi->tin.tx_packets; in ieee80211_fill_txq_stats()
|
H A D | ieee80211_i.h | 939 struct fq_tin tin; member 1827 return !(skb_queue_empty(&txqi->frags) && !txqi->tin.backlog_packets); in txq_has_queue()
|
H A D | util.c | 4224 *frame_cnt = txqi->tin.backlog_packets + frag_cnt; in ieee80211_txq_get_depth() 4227 *byte_cnt = txqi->tin.backlog_bytes + frag_bytes; in ieee80211_txq_get_depth()
|
/linux/ |
H A D | CREDITS | 1199 E: fizban@tin.it
|