nodebuf 2076 security/selinux/ss/policydb.c u32 nodebuf[8]; nodebuf 2137 security/selinux/ss/policydb.c rc = next_entry(nodebuf, fp, sizeof(u32) * 2); nodebuf 2140 security/selinux/ss/policydb.c c->u.node.addr = nodebuf[0]; /* network order */ nodebuf 2141 security/selinux/ss/policydb.c c->u.node.mask = nodebuf[1]; /* network order */ nodebuf 2171 security/selinux/ss/policydb.c rc = next_entry(nodebuf, fp, sizeof(u32) * 8); nodebuf 2175 security/selinux/ss/policydb.c c->u.node6.addr[k] = nodebuf[k]; nodebuf 2177 security/selinux/ss/policydb.c c->u.node6.mask[k] = nodebuf[k+4]; nodebuf 3082 security/selinux/ss/policydb.c u32 nodebuf[8]; nodebuf 3132 security/selinux/ss/policydb.c nodebuf[0] = c->u.node.addr; /* network order */ nodebuf 3133 security/selinux/ss/policydb.c nodebuf[1] = c->u.node.mask; /* network order */ nodebuf 3134 security/selinux/ss/policydb.c rc = put_entry(nodebuf, sizeof(u32), 2, fp); nodebuf 3157 security/selinux/ss/policydb.c nodebuf[j] = c->u.node6.addr[j]; /* network order */ nodebuf 3159 security/selinux/ss/policydb.c nodebuf[j + 4] = c->u.node6.mask[j]; /* network order */ nodebuf 3160 security/selinux/ss/policydb.c rc = put_entry(nodebuf, sizeof(u32), 8, fp);