Lines Matching defs:sk_sid
4488 * @sk_sid: the parent socket's SID
4492 * If @skb_sid is valid then the user:role:type information from @sk_sid is
4495 * of @sk_sid. Returns zero on success, negative values on failure.
4498 static int selinux_conn_sid(u32 sk_sid, u32 skb_sid, u32 *conn_sid)
4503 err = security_sid_mls_copy(&selinux_state, sk_sid, skb_sid,
4506 *conn_sid = sk_sid;
5015 u32 sk_sid = sksec->sid;
5030 sk_sid, skb->secmark, SECCLASS_PACKET,
5049 u32 sk_sid = sksec->sid;
5096 sk_sid, peer_sid, SECCLASS_PEER,
5106 sk_sid, skb->secmark, SECCLASS_PACKET,