Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dnet-sysfs.c964 if (mask > (ULONG_MAX - RPS_DEV_FLOW_TABLE_SIZE(1)) in store_rps_dev_flow_table_cnt()
970 table = vmalloc(RPS_DEV_FLOW_TABLE_SIZE(mask + 1)); in store_rps_dev_flow_table_cnt()
/openbmc/linux/include/linux/
H A Dnetdevice.h740 #define RPS_DEV_FLOW_TABLE_SIZE(_num) (sizeof(struct rps_dev_flow_table) + \ macro