Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dsysctl_net_core.c157 vmalloc(RPS_SOCK_FLOW_TABLE_SIZE(size)); in rps_sock_flow_sysctl()
/openbmc/linux/include/linux/
H A Dnetdevice.h758 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num])) macro