Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dcrypto_user.c39 static struct sock *crypto_nlsk; variable
252 return nlmsg_unicast(crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
512 err = netlink_dump_start(crypto_nlsk, skb, nlh, &c); in crypto_user_rcv_msg()
543 crypto_nlsk = netlink_kernel_create(&init_net, NETLINK_CRYPTO, &cfg); in crypto_user_init()
544 if (!crypto_nlsk) in crypto_user_init()
552 netlink_kernel_release(crypto_nlsk); in crypto_user_exit()