Home
last modified time | relevance | path

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

/security/selinux/
Davc.c258 static void avc_copy_xperms_decision(struct extended_perms_decision *dest, in avc_copy_xperms_decision() argument
261 dest->driver = src->driver; in avc_copy_xperms_decision()
262 dest->used = src->used; in avc_copy_xperms_decision()
263 if (dest->used & XPERMS_ALLOWED) in avc_copy_xperms_decision()
264 memcpy(dest->allowed->p, src->allowed->p, in avc_copy_xperms_decision()
266 if (dest->used & XPERMS_AUDITALLOW) in avc_copy_xperms_decision()
267 memcpy(dest->auditallow->p, src->auditallow->p, in avc_copy_xperms_decision()
269 if (dest->used & XPERMS_DONTAUDIT) in avc_copy_xperms_decision()
270 memcpy(dest->dontaudit->p, src->dontaudit->p, in avc_copy_xperms_decision()
279 struct extended_perms_decision *dest, in avc_quick_copy_xperms_decision() argument
[all …]
Dhooks.c4407 ad->u.net->dport = th->dest; in selinux_parse_skb_ipv4()
4423 ad->u.net->dport = uh->dest; in selinux_parse_skb_ipv4()
4456 ad->u.net->dport = sh->dest; in selinux_parse_skb_ipv4()
4505 ad->u.net->dport = th->dest; in selinux_parse_skb_ipv6()
4517 ad->u.net->dport = uh->dest; in selinux_parse_skb_ipv6()
4542 ad->u.net->dport = sh->dest; in selinux_parse_skb_ipv6()
/security/
Dlsm_audit.c66 ad->u.net->dport = th->dest; in ipv4_skb_to_auditdata()
75 ad->u.net->dport = uh->dest; in ipv4_skb_to_auditdata()
92 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.c61 static int dev_exceptions_copy(struct list_head *dest, struct list_head *orig) in dev_exceptions_copy() argument
71 list_add_tail(&new->list, dest); in dev_exceptions_copy()
77 list_for_each_entry_safe(ex, tmp, dest, list) { in dev_exceptions_copy()
84 static void dev_exceptions_move(struct list_head *dest, struct list_head *orig) in dev_exceptions_move() argument
91 list_move_tail(&ex->list, dest); in dev_exceptions_move()
/security/keys/
Dkeyring.c521 struct key *dest) in keyring_alloc() argument
529 ret = key_instantiate_and_link(keyring, NULL, 0, dest, NULL); in keyring_alloc()