Home
last modified time | relevance | path

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

/security/selinux/
A Davc.c252 dest->driver = src->driver; in avc_copy_xperms_decision()
253 dest->used = src->used; in avc_copy_xperms_decision()
254 if (dest->used & XPERMS_ALLOWED) in avc_copy_xperms_decision()
280 dest->used = src->used; in avc_quick_copy_xperms_decision()
353 struct avc_xperms_node *dest; in avc_xperms_populate() local
359 dest = avc_xperms_alloc(); in avc_xperms_populate()
360 if (!dest) in avc_xperms_populate()
363 memcpy(dest->xp.drivers.p, src->xp.drivers.p, sizeof(dest->xp.drivers.p)); in avc_xperms_populate()
364 dest->xp.len = src->xp.len; in avc_xperms_populate()
375 node->ae.xp_node = dest; in avc_xperms_populate()
[all …]
A Dhooks.c4513 ad->u.net->dport = th->dest; in selinux_parse_skb_ipv4()
4529 ad->u.net->dport = uh->dest; in selinux_parse_skb_ipv4()
4546 ad->u.net->dport = sh->dest; in selinux_parse_skb_ipv4()
4595 ad->u.net->dport = th->dest; in selinux_parse_skb_ipv6()
4607 ad->u.net->dport = uh->dest; in selinux_parse_skb_ipv6()
4620 ad->u.net->dport = sh->dest; in selinux_parse_skb_ipv6()
/security/
A Dlsm_audit.c60 ad->u.net->dport = th->dest; in ipv4_skb_to_auditdata()
67 ad->u.net->dport = uh->dest; in ipv4_skb_to_auditdata()
74 ad->u.net->dport = sh->dest; in ipv4_skb_to_auditdata()
121 ad->u.net->dport = th->dest; in ipv6_skb_to_auditdata()
132 ad->u.net->dport = uh->dest; in ipv6_skb_to_auditdata()
142 ad->u.net->dport = sh->dest; in ipv6_skb_to_auditdata()
A Ddevice_cgroup.c62 static int dev_exceptions_copy(struct list_head *dest, struct list_head *orig) in dev_exceptions_copy() argument
72 list_add_tail(&new->list, dest); in dev_exceptions_copy()
78 list_for_each_entry_safe(ex, tmp, dest, list) { in dev_exceptions_copy()
85 static void dev_exceptions_move(struct list_head *dest, struct list_head *orig) in dev_exceptions_move() argument
92 list_move_tail(&ex->list, dest); in dev_exceptions_move()
A Dsecurity.c677 static int lsm_blob_alloc(void **dest, size_t size, gfp_t gfp) in lsm_blob_alloc() argument
680 *dest = NULL; in lsm_blob_alloc()
684 *dest = kzalloc(size, gfp); in lsm_blob_alloc()
685 if (*dest == NULL) in lsm_blob_alloc()
/security/keys/
A Dkeyring.c521 struct key *dest) in keyring_alloc() argument
529 ret = key_instantiate_and_link(keyring, NULL, 0, dest, NULL); in keyring_alloc()

Completed in 34 milliseconds