Lines Matching refs:secattr
516 * @secattr: the security attributes
520 * there is return the CALIPSO security attributes in @secattr. This function
525 int calipso_sock_getattr(struct sock *sk, struct netlbl_lsm_secattr *secattr)
531 ret_val = ops->sock_getattr(sk, secattr);
539 * @secattr: the specific security attributes of the socket
551 const struct netlbl_lsm_secattr *secattr)
557 ret_val = ops->sock_setattr(sk, doi_def, secattr);
581 * @secattr: the specific security attributes of the socket
591 const struct netlbl_lsm_secattr *secattr)
597 ret_val = ops->req_setattr(req, doi_def, secattr);
639 * @secattr: the security attributes
642 * Inspect @calipso and return the security attributes in @secattr.
647 struct netlbl_lsm_secattr *secattr)
653 ret_val = ops->opt_getattr(calipso, secattr);
661 * @secattr: the security attributes
670 const struct netlbl_lsm_secattr *secattr)
676 ret_val = ops->skbuff_setattr(skb, doi_def, secattr);
718 * @secattr: the packet's security attributes
726 const struct netlbl_lsm_secattr *secattr)
733 ret_val = ops->cache_add(calipso_ptr, secattr);