Searched refs:dest (Results 1 – 5 of 5) sorted by relevance
/security/selinux/ |
D | avc.c | 305 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 …]
|
D | hooks.c | 3853 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/ |
D | lsm_audit.c | 68 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()
|
D | device_cgroup.c | 67 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/ |
D | keyring.c | 489 unsigned long flags, struct key *dest) in keyring_alloc() argument 497 ret = key_instantiate_and_link(keyring, NULL, 0, dest, NULL); in keyring_alloc()
|