Home
last modified time | relevance | path

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

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