Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.20-rc4 8 lines 376 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#include <net/netlink.h> 3 4struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact); 5 6int crypto_dump_reportstat(struct sk_buff *skb, struct netlink_callback *cb); 7int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs); 8int crypto_dump_reportstat_done(struct netlink_callback *cb);