Home
last modified time | relevance | path

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

/linux/include/net/
H A Dfq_impl.h19 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 Dfq.h32 struct fq_tin *tin; member
/linux/net/sched/
H A Dsch_cake.c1564 u32 idx = 0, tin = 0, len; in cake_drop() local
1580 tin = qq.t; in cake_drop()
1583 b = &q->tins[tin]; in cake_drop()
1589 return idx + (tin << 16); in cake_drop()
1612 return idx + (tin << 16); in cake_drop()
1676 u32 tin, mark; in cake_select_tin() local
1690 tin = 0; in cake_select_tin()
1693 tin = qd->tin_order[mark - 1]; in cake_select_tin()
1698 tin = qd->tin_order[TC_H_MIN(skb->priority) - 1]; in cake_select_tin()
1703 tin = qd->tin_index[dscp]; in cake_select_tin()
[all …]
/linux/net/mac80211/
H A Dtx.c1379 flow = &txqi->tin.default_flow; in codel_dequeue_func()
1401 struct fq_tin *tin, in fq_tin_dequeue_func() argument
1411 txqi = container_of(tin, struct txq_info, tin); in fq_tin_dequeue_func()
1415 if (flow == &tin->default_flow) in fq_tin_dequeue_func()
1432 struct fq_tin *tin, in fq_skb_free_func() argument
1447 struct fq_tin *tin = &txqi->tin; in ieee80211_txq_enqueue() local
1465 fq_tin_enqueue(fq, tin, flow_idx, skb, in ieee80211_txq_enqueue()
1471 static bool fq_vlan_filter_func(struct fq *fq, struct fq_tin *tin, in fq_vlan_filter_func() argument
1485 struct fq_tin *tin; in ieee80211_txq_remove_vlan() local
1497 tin = &txqi->tin; in ieee80211_txq_remove_vlan()
[all …]
H A Dcfg.c4925 txqstats->backlog_bytes = txqi->tin.backlog_bytes; in ieee80211_fill_txq_stats()
4930 txqstats->backlog_packets = txqi->tin.backlog_packets; in ieee80211_fill_txq_stats()
4935 txqstats->flows = txqi->tin.flows; in ieee80211_fill_txq_stats()
4950 txqstats->overlimit = txqi->tin.overlimit; in ieee80211_fill_txq_stats()
4955 txqstats->collisions = txqi->tin.collisions; in ieee80211_fill_txq_stats()
4960 txqstats->tx_bytes = txqi->tin.tx_bytes; in ieee80211_fill_txq_stats()
4965 txqstats->tx_packets = txqi->tin.tx_packets; in ieee80211_fill_txq_stats()
H A Dieee80211_i.h958 struct fq_tin tin; member
1891 return !(skb_queue_empty(&txqi->frags) && !txqi->tin.backlog_packets); in txq_has_queue()
H A Dutil.c4377 *frame_cnt = txqi->tin.backlog_packets + frag_cnt; in ieee80211_txq_get_depth()
4380 *byte_cnt = txqi->tin.backlog_bytes + frag_bytes; in ieee80211_txq_get_depth()
/linux/
H A DCREDITS1211 E: fizban@tin.it