Home
last modified time | relevance | path

Searched refs:key_domain (Results 1 – 4 of 4) sorted by relevance

/linux/net/core/
H A Dnet_namespace.c495 net->key_domain = kzalloc_obj(struct key_tag); in net_alloc()
496 if (!net->key_domain) in net_alloc()
498 refcount_set(&net->key_domain->usage, 1); in net_alloc()
587 key_remove_domain(net->key_domain); in copy_net_ns()
719 key_remove_domain(net->key_domain); in cleanup_net()
1282 init_net.key_domain = &init_net_key_domain; in net_ns_init()
/linux/include/linux/
H A Dkey.h371 request_key_tag(type, description, net->key_domain, callout_info)
383 request_key_rcu(type, description, net->key_domain)
/linux/include/net/
H A Dnet_namespace.h91 struct key_tag *key_domain; /* Key domain of operation tag */ member
/linux/security/keys/
H A Dkeyring.c223 index_key->domain_tag = current->nsproxy->net_ns->key_domain; in key_set_index_key()