Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dcrypto_user_base.c219 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
453 err = netlink_dump_start(net->crypto_nlsk, skb, nlh, &c); in crypto_user_rcv_msg()
483 net->crypto_nlsk = netlink_kernel_create(net, NETLINK_CRYPTO, &cfg); in crypto_netlink_init()
484 return net->crypto_nlsk == NULL ? -ENOMEM : 0; in crypto_netlink_init()
489 netlink_kernel_release(net->crypto_nlsk); in crypto_netlink_exit()
490 net->crypto_nlsk = NULL; in crypto_netlink_exit()
Dcrypto_user_stat.c334 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_reportstat()
/Linux-v5.4/include/net/
Dnet_namespace.h181 struct sock *crypto_nlsk; member