Searched defs:skb_sid (Results 1 - 1 of 1) sorted by relevance

/security/selinux/
H A Dhooks.c4019 * @skb_sid: the packet's SID
4022 * If @skb_sid is valid then the user:role:type information from @sk_sid is
4023 * combined with the MLS information from @skb_sid in order to create
4024 * @conn_sid. If @skb_sid is not valid then then @conn_sid is simply a copy
4028 static int selinux_conn_sid(u32 sk_sid, u32 skb_sid, u32 *conn_sid) argument
4032 if (skb_sid != SECSID_NULL)
4033 err = security_sid_mls_copy(sk_sid, skb_sid, conn_sid);
5068 u32 skb_sid; local
5070 if (selinux_skb_peerlbl_sid(skb, family, &skb_sid))
5078 if (skb_sid
[all...]

Completed in 151 milliseconds