Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/
H A Dnetport.c35 #define SEL_NETPORT_HASH_SIZE 256 macro
57 static struct sel_netport_bkt sel_netport_hash[SEL_NETPORT_HASH_SIZE];
70 return (pnum & (SEL_NETPORT_HASH_SIZE - 1)); in sel_netport_hashfn()
212 for (idx = 0; idx < SEL_NETPORT_HASH_SIZE; idx++) { in sel_netport_flush()
230 for (iter = 0; iter < SEL_NETPORT_HASH_SIZE; iter++) { in sel_netport_init()