Lines Matching defs:secattr
2415 * smack_netlbl_add - Set the secattr on a socket
2449 * smack_netlbl_delete - Remove the secattr from a socket
2477 * Set the correct secattr for the given socket based on the destination
3734 * @sap: netlabel secattr
3899 struct netlbl_lsm_secattr secattr;
3904 netlbl_secattr_init(&secattr);
3909 if (netlbl_skbuff_getattr(skb, family, &secattr) == 0) {
3910 skp = smack_from_secattr(&secattr, ssp);
3911 if (secattr.flags & NETLBL_SECATTR_CACHEABLE)
3915 netlbl_secattr_destroy(&secattr);