Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dcrypto_user_base.c221 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()
456 err = netlink_dump_start(net->crypto_nlsk, skb, nlh, &c); in crypto_user_rcv_msg()
486 net->crypto_nlsk = netlink_kernel_create(net, NETLINK_CRYPTO, &cfg); in crypto_netlink_init()
487 return net->crypto_nlsk == NULL ? -ENOMEM : 0; in crypto_netlink_init()
492 netlink_kernel_release(net->crypto_nlsk); in crypto_netlink_exit()
493 net->crypto_nlsk = NULL; in crypto_netlink_exit()
Dcrypto_user_stat.c332 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_reportstat()
/Linux-v6.1/include/net/
Dnet_namespace.h183 struct sock *crypto_nlsk; member