Home
last modified time | relevance | path

Searched refs:dev_tx_weight (Results 1 – 4 of 4) sorted by relevance

/linux/net/core/
H A Dhotdata.c20 .dev_tx_weight = 64,
H A Dsysctl_net_core.c318 WRITE_ONCE(net_hotdata.dev_tx_weight, weight * dev_weight_tx_bias); in proc_do_dev_weight()
/linux/include/net/
H A Dhotdata.h38 int dev_tx_weight; member
/linux/net/sched/
H A Dsch_generic.c414 int quota = READ_ONCE(net_hotdata.dev_tx_weight); in __qdisc_run()