Home
last modified time | relevance | path

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

/linux-2.6.39/security/selinux/
Dnetif.c32 #define SEL_NETIF_HASH_SIZE 64 macro
44 static struct list_head sel_netif_hash[SEL_NETIF_HASH_SIZE];
57 return (ifindex & (SEL_NETIF_HASH_SIZE - 1)); in sel_netif_hashfn()
265 for (idx = 0; idx < SEL_NETIF_HASH_SIZE; idx++) in sel_netif_flush()
306 for (i = 0; i < SEL_NETIF_HASH_SIZE; i++) in sel_netif_init()