Lines Matching refs:secattr
515 * @secattr: the security attributes
519 * there is return the CALIPSO security attributes in @secattr. This function
524 int calipso_sock_getattr(struct sock *sk, struct netlbl_lsm_secattr *secattr)
530 ret_val = ops->sock_getattr(sk, secattr);
538 * @secattr: the specific security attributes of the socket
550 const struct netlbl_lsm_secattr *secattr)
556 ret_val = ops->sock_setattr(sk, doi_def, secattr);
580 * @secattr: the specific security attributes of the socket
590 const struct netlbl_lsm_secattr *secattr)
596 ret_val = ops->req_setattr(req, doi_def, secattr);
638 * @secattr: the security attributes
641 * Inspect @calipso and return the security attributes in @secattr.
646 struct netlbl_lsm_secattr *secattr)
652 ret_val = ops->opt_getattr(calipso, secattr);
660 * @secattr: the security attributes
669 const struct netlbl_lsm_secattr *secattr)
675 ret_val = ops->skbuff_setattr(skb, doi_def, secattr);
717 * @secattr: the packet's security attributes
725 const struct netlbl_lsm_secattr *secattr)
732 ret_val = ops->cache_add(calipso_ptr, secattr);