Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 5 of 5) sorted by relevance

/security/selinux/
Davc.c305 static void avc_copy_xperms_decision(struct extended_perms_decision *dest, in avc_copy_xperms_decision() argument
308 dest->driver = src->driver; in avc_copy_xperms_decision()
309 dest->used = src->used; in avc_copy_xperms_decision()
310 if (dest->used & XPERMS_ALLOWED) in avc_copy_xperms_decision()
311 memcpy(dest->allowed->p, src->allowed->p, in avc_copy_xperms_decision()
313 if (dest->used & XPERMS_AUDITALLOW) in avc_copy_xperms_decision()
314 memcpy(dest->auditallow->p, src->auditallow->p, in avc_copy_xperms_decision()
316 if (dest->used & XPERMS_DONTAUDIT) in avc_copy_xperms_decision()
317 memcpy(dest->dontaudit->p, src->dontaudit->p, in avc_copy_xperms_decision()
326 struct extended_perms_decision *dest, in avc_quick_copy_xperms_decision() argument
[all …]
Dhooks.c3853 ad->u.net->dport = th->dest; in selinux_parse_skb_ipv4()
3869 ad->u.net->dport = uh->dest; in selinux_parse_skb_ipv4()
3934 ad->u.net->dport = th->dest; in selinux_parse_skb_ipv6()
3946 ad->u.net->dport = uh->dest; in selinux_parse_skb_ipv6()
/security/
Dlsm_audit.c68 ad->u.net->dport = th->dest; in ipv4_skb_to_auditdata()
77 ad->u.net->dport = uh->dest; in ipv4_skb_to_auditdata()
94 ad->u.net->dport = sh->dest; in ipv4_skb_to_auditdata()
144 ad->u.net->dport = th->dest; in ipv6_skb_to_auditdata()
155 ad->u.net->dport = uh->dest; in ipv6_skb_to_auditdata()
176 ad->u.net->dport = sh->dest; in ipv6_skb_to_auditdata()
Ddevice_cgroup.c67 static int dev_exceptions_copy(struct list_head *dest, struct list_head *orig) in dev_exceptions_copy() argument
77 list_add_tail(&new->list, dest); in dev_exceptions_copy()
83 list_for_each_entry_safe(ex, tmp, dest, list) { in dev_exceptions_copy()
/security/keys/
Dkeyring.c489 unsigned long flags, struct key *dest) in keyring_alloc() argument
497 ret = key_instantiate_and_link(keyring, NULL, 0, dest, NULL); in keyring_alloc()