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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dnetport.c45 #define SEL_NETPORT_HASH_SIZE 256 macro
68 static struct sel_netport_bkt sel_netport_hash[SEL_NETPORT_HASH_SIZE];
97 return (pnum & (SEL_NETPORT_HASH_SIZE - 1));
240 for (idx = 0; idx < SEL_NETPORT_HASH_SIZE; idx++) {
269 for (iter = 0; iter < SEL_NETPORT_HASH_SIZE; iter++) {

Completed in 110 milliseconds