Searched refs:crypto_nlsk (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | crypto_user_base.c | 221 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()
|
H A D | crypto_user_stat.c | 332 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_reportstat()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | crypto_user_base.c | 221 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()
|
H A D | crypto_user_stat.c | 173 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_reportstat()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | net_namespace.h | 195 struct sock *crypto_nlsk; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | net_namespace.h | 187 struct sock *crypto_nlsk; member
|
Completed in 4 milliseconds