Lines Matching defs:secattr
2548 * smack_netlbl_add - Set the secattr on a socket
2582 * smack_netlbl_delete - Remove the secattr from a socket
2610 * Set the correct secattr for the given socket based on the destination
3871 * @sap: netlabel secattr
4036 struct netlbl_lsm_secattr secattr;
4040 netlbl_secattr_init(&secattr);
4045 if (netlbl_skbuff_getattr(skb, family, &secattr) == 0) {
4046 skp = smack_from_secattr(&secattr, ssp);
4047 if (secattr.flags & NETLBL_SECATTR_CACHEABLE)
4051 netlbl_secattr_destroy(&secattr);