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

/linux-4.1.27/security/selinux/ss/
H A Dpolicydb.h189 } node6; /* IPv6 node information */ member in union:ocontext::__anon14312
H A Dpolicydb.c2209 c->u.node6.addr[k] = nodebuf[k]; ocontext_read()
2211 c->u.node6.mask[k] = nodebuf[k+4]; ocontext_read()
3135 nodebuf[j] = c->u.node6.addr[j]; /* network order */ ocontext_write()
3137 nodebuf[j + 4] = c->u.node6.mask[j]; /* network order */ ocontext_write()
H A Dservices.c2132 if (match_ipv6_addrmask(addrp, c->u.node6.addr, security_node_sid()
2133 c->u.node6.mask)) security_node_sid()

Completed in 170 milliseconds