Home
last modified time | relevance | path

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

/security/selinux/
Davc.c252 static void avc_copy_xperms_decision(struct extended_perms_decision *dest, in avc_copy_xperms_decision() argument
255 dest->driver = src->driver; in avc_copy_xperms_decision()
256 dest->used = src->used; in avc_copy_xperms_decision()
257 if (dest->used & XPERMS_ALLOWED) in avc_copy_xperms_decision()
258 memcpy(dest->allowed->p, src->allowed->p, in avc_copy_xperms_decision()
260 if (dest->used & XPERMS_AUDITALLOW) in avc_copy_xperms_decision()
261 memcpy(dest->auditallow->p, src->auditallow->p, in avc_copy_xperms_decision()
263 if (dest->used & XPERMS_DONTAUDIT) in avc_copy_xperms_decision()
264 memcpy(dest->dontaudit->p, src->dontaudit->p, in avc_copy_xperms_decision()
273 struct extended_perms_decision *dest, in avc_quick_copy_xperms_decision() argument
[all …]
Dhooks.c4202 ad->u.net->dport = th->dest; in selinux_parse_skb_ipv4()
4218 ad->u.net->dport = uh->dest; in selinux_parse_skb_ipv4()
4251 ad->u.net->dport = sh->dest; in selinux_parse_skb_ipv4()
4300 ad->u.net->dport = th->dest; in selinux_parse_skb_ipv6()
4312 ad->u.net->dport = uh->dest; in selinux_parse_skb_ipv6()
4337 ad->u.net->dport = sh->dest; in selinux_parse_skb_ipv6()
/security/
Dlsm_audit.c65 ad->u.net->dport = th->dest; in ipv4_skb_to_auditdata()
74 ad->u.net->dport = uh->dest; in ipv4_skb_to_auditdata()
91 ad->u.net->dport = sh->dest; in ipv4_skb_to_auditdata()
141 ad->u.net->dport = th->dest; in ipv6_skb_to_auditdata()
152 ad->u.net->dport = uh->dest; in ipv6_skb_to_auditdata()
173 ad->u.net->dport = sh->dest; in ipv6_skb_to_auditdata()
Ddevice_cgroup.c59 static int dev_exceptions_copy(struct list_head *dest, struct list_head *orig) in dev_exceptions_copy() argument
69 list_add_tail(&new->list, dest); in dev_exceptions_copy()
75 list_for_each_entry_safe(ex, tmp, dest, list) { in dev_exceptions_copy()
/security/keys/
Dkeyring.c525 struct key *dest) in keyring_alloc() argument
533 ret = key_instantiate_and_link(keyring, NULL, 0, dest, NULL); in keyring_alloc()