Home
last modified time | relevance | path

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

/security/
Ddevice_cgroup.c72 static int dev_whitelist_copy(struct list_head *dest, struct list_head *orig) in dev_whitelist_copy() argument
80 list_add_tail(&new->list, dest); in dev_whitelist_copy()
86 list_for_each_entry_safe(wh, tmp, dest, list) { in dev_whitelist_copy()
/security/keys/
Dkeyring.c249 struct key *dest) in keyring_alloc() argument
260 ret = key_instantiate_and_link(keyring, NULL, 0, dest, NULL); in keyring_alloc()
/security/selinux/
Dhooks.c3533 ad->u.net.dport = th->dest; in selinux_parse_skb_ipv4()
3549 ad->u.net.dport = uh->dest; in selinux_parse_skb_ipv4()
3613 ad->u.net.dport = th->dest; in selinux_parse_skb_ipv6()
3625 ad->u.net.dport = uh->dest; in selinux_parse_skb_ipv6()