Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dnet-sysfs.c904 struct rps_dev_flow_table *flow_table; in show_rps_dev_flow_table_cnt()
918 struct rps_dev_flow_table *table = container_of(rcu, in rps_dev_flow_table_release()
919 struct rps_dev_flow_table, rcu); in rps_dev_flow_table_release()
927 struct rps_dev_flow_table *table, *old_table; in store_rps_dev_flow_table_cnt()
1004 struct rps_dev_flow_table *flow_table; in rx_queue_release()
Ddev.c4396 struct rps_dev_flow_table *flow_table; in set_rps_cpu()
4444 struct rps_dev_flow_table *flow_table; in get_rps_cpu()
4551 struct rps_dev_flow_table *flow_table; in rps_may_expire_flow()
/Linux-v6.1/Documentation/networking/
Dscaling.rst278 for each flow: rps_dev_flow_table is a table specific to each hardware
287 The counter in rps_dev_flow_table values records the length of the current
365 rps_dev_flow_table is updated. The driver in turn uses a device specific
369 rps_dev_flow_table. The stack consults a CPU to hardware queue map which
/Linux-v6.1/include/linux/
Dnetdevice.h711 struct rps_dev_flow_table { struct
716 #define RPS_DEV_FLOW_TABLE_SIZE(_num) (sizeof(struct rps_dev_flow_table) + \ argument
767 struct rps_dev_flow_table __rcu *rps_flow_table;