Home
last modified time | relevance | path

Searched refs:tin (Results 1 – 5 of 5) 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.c28 * - Each priority tin has a separate Flow Queue system, to isolate traffic
45 * bandwidth sharing threshold the tin is operating. This determines whether a
47 * that tin in the current pass.
359 /* tin priority order for stats dumping */
1519 /* charge packet bandwidth to this tin in cake_advance_shaper()
1549 u32 idx = 0, tin = 0, len; in cake_advance_shaper()
1565 tin = qq.t; in cake_drop()
1568 b = &q->tins[tin]; in cake_drop()
1574 return idx + (tin << 16); in cake_drop()
1597 return idx + (tin << 1 in cake_drop()
1555 u32 idx = 0, tin = 0, len; cake_drop() local
1667 u32 tin, mark; cake_select_tin() local
1753 u32 idx, tin; cake_enqueue() local
1975 cake_clear_tin(struct Qdisc * sch,u16 tin) cake_clear_tin() argument
2052 int tin, best_tin = 0; cake_dequeue() local
[all...]
/linux/net/mac80211/
H A Dcfg.c4895 txqstats->backlog_bytes = txqi->tin.backlog_bytes; in ieee80211_fill_txq_stats()
4900 txqstats->backlog_packets = txqi->tin.backlog_packets; in ieee80211_fill_txq_stats()
4905 txqstats->flows = txqi->tin.flows; in ieee80211_fill_txq_stats()
4920 txqstats->overlimit = txqi->tin.overlimit; in ieee80211_fill_txq_stats()
4925 txqstats->collisions = txqi->tin.collisions; in ieee80211_fill_txq_stats()
4930 txqstats->tx_bytes = txqi->tin.tx_bytes; in ieee80211_fill_txq_stats()
4935 txqstats->tx_packets = txqi->tin.tx_packets; in ieee80211_fill_txq_stats()
H A Dieee80211_i.h959 struct fq_tin tin; member
1888 return !(skb_queue_empty(&txqi->frags) && !txqi->tin.backlog_packets); in txq_has_queue()