Searched refs:dest (Results 1 – 6 of 6) sorted by relevance
| /security/selinux/ |
| A D | avc.c | 252 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 D | hooks.c | 4513 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 D | lsm_audit.c | 60 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 D | device_cgroup.c | 62 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 D | security.c | 677 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 D | keyring.c | 521 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