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

/linux-master/security/selinux/include/
H A Dsecurity.h308 int security_net_peersid_resolve(u32 nlbl_sid, u32 nlbl_type, u32 xfrm_sid,
/linux-master/security/selinux/ss/
H A Dservices.c3247 * @nlbl_type: NetLabel labeling protocol type
3265 int security_net_peersid_resolve(u32 nlbl_sid, u32 nlbl_type, argument
3285 /* NOTE: an nlbl_type == NETLBL_NLTYPE_UNLABELED is a "fallback" label
3288 if (nlbl_sid == SECSID_NULL || nlbl_type == NETLBL_NLTYPE_UNLABELED) {
/linux-master/security/selinux/
H A Dhooks.c4524 u32 nlbl_type; local
4529 err = selinux_netlbl_skbuff_getsid(skb, family, &nlbl_type, &nlbl_sid);
4534 nlbl_type, xfrm_sid, sid);

Completed in 137 milliseconds