Home
last modified time | relevance | path

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

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