Home
last modified time | relevance | path

Searched refs:in_nlh (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/internal/
H A Dcryptouser.h8 int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs);
11 struct nlmsghdr *in_nlh, in crypto_reportstat()
10 crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs) crypto_reportstat() argument
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dcryptouser.h8 int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs);
11 struct nlmsghdr *in_nlh, in crypto_reportstat()
10 crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs) crypto_reportstat() argument
/kernel/linux/linux-6.6/crypto/
H A Dcrypto_user_stat.c136 int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_reportstat() argument
140 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_reportstat()
160 info.nlmsg_seq = in_nlh->nlmsg_seq; in crypto_reportstat()
H A Dcrypto_user_base.c184 static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_report() argument
188 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report()
208 info.nlmsg_seq = in_nlh->nlmsg_seq; in crypto_report()
/kernel/linux/linux-5.10/crypto/
H A Dcrypto_user_base.c184 static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_report() argument
188 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report()
208 info.nlmsg_seq = in_nlh->nlmsg_seq; in crypto_report()
H A Dcrypto_user_stat.c295 int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_reportstat() argument
299 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_reportstat()
319 info.nlmsg_seq = in_nlh->nlmsg_seq; in crypto_reportstat()
/kernel/linux/linux-5.10/net/mpls/
H A Daf_mpls.c2365 static int mpls_getroute(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in mpls_getroute() argument
2384 err = mpls_valid_getroute_req(in_skb, in_nlh, tb, extack); in mpls_getroute()
2388 rtm = nlmsg_data(in_nlh); in mpls_getroute()
2418 err = mpls_dump_route(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute()
2481 nlh = nlmsg_put(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute()
/kernel/linux/linux-6.6/net/mpls/
H A Daf_mpls.c2358 static int mpls_getroute(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in mpls_getroute() argument
2377 err = mpls_valid_getroute_req(in_skb, in_nlh, tb, extack); in mpls_getroute()
2381 rtm = nlmsg_data(in_nlh); in mpls_getroute()
2411 err = mpls_dump_route(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute()
2474 nlh = nlmsg_put(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute()

Completed in 10 milliseconds