Home
last modified time | relevance | path

Searched refs:RPS_DEV_FLOW_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/core/
A Dnet-sysfs.c965 if (mask > (ULONG_MAX - RPS_DEV_FLOW_TABLE_SIZE(1)) in store_rps_dev_flow_table_cnt()
971 table = vmalloc(RPS_DEV_FLOW_TABLE_SIZE(mask + 1)); in store_rps_dev_flow_table_cnt()
/linux-6.3-rc2/include/linux/
A Dnetdevice.h726 #define RPS_DEV_FLOW_TABLE_SIZE(_num) (sizeof(struct rps_dev_flow_table) + \ macro

Completed in 20 milliseconds