Home
last modified time | relevance | path

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

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