Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcrypto_user.c40 static struct sock *crypto_nlsk; variable
291 return nlmsg_unicast(crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
518 err = netlink_dump_start(crypto_nlsk, skb, nlh, &c); in crypto_user_rcv_msg()
549 crypto_nlsk = netlink_kernel_create(&init_net, NETLINK_CRYPTO, &cfg); in crypto_user_init()
550 if (!crypto_nlsk) in crypto_user_init()
558 netlink_kernel_release(crypto_nlsk); in crypto_user_exit()