Searched refs:nlbl_type (Results 1 - 3 of 3) sorted by relevance

/security/selinux/include/
H A Dsecurity.h194 int security_net_peersid_resolve(u32 nlbl_sid, u32 nlbl_type,
/security/selinux/ss/
H A Dservices.c2793 * @nlbl_type: NetLabel labeling protocol type
2810 int security_net_peersid_resolve(u32 nlbl_sid, u32 nlbl_type, argument
2827 /* NOTE: an nlbl_type == NETLBL_NLTYPE_UNLABELED is a "fallback" label
2830 if (nlbl_sid == SECSID_NULL || nlbl_type == NETLBL_NLTYPE_UNLABELED) {
/security/selinux/
H A Dhooks.c3996 u32 nlbl_type; local
4001 err = selinux_netlbl_skbuff_getsid(skb, family, &nlbl_type, &nlbl_sid);
4005 err = security_net_peersid_resolve(nlbl_sid, nlbl_type, xfrm_sid, sid);

Completed in 132 milliseconds