Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dsysctl_net_core.c65 vmalloc(RPS_SOCK_FLOW_TABLE_SIZE(size)); in rps_sock_flow_sysctl()
/linux-4.4.14/include/linux/
Dnetdevice.h661 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num])) macro