Lines Matching refs:secattr
2612 * smack_netlbl_add - Set the secattr on a socket
2647 * smack_netlbl_delete - Remove the secattr from a socket
2675 * Set the correct secattr for the given socket based on the destination
4065 * @sap: netlabel secattr
4223 struct netlbl_lsm_secattr secattr;
4227 netlbl_secattr_init(&secattr);
4232 if (netlbl_skbuff_getattr(skb, family, &secattr) == 0) {
4233 skp = smack_from_secattr(&secattr, ssp);
4234 if (secattr.flags & NETLBL_SECATTR_CACHEABLE)
4238 netlbl_secattr_destroy(&secattr);