Searched refs:in_nlh (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/crypto/internal/ |
D | cryptouser.h | 8 int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs); 11 struct nlmsghdr *in_nlh, in crypto_reportstat() argument
|
/Linux-v6.1/crypto/ |
D | crypto_user_stat.c | 295 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()
|
D | crypto_user_base.c | 184 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()
|
/Linux-v6.1/net/mpls/ |
D | af_mpls.c | 2352 static int mpls_getroute(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in mpls_getroute() argument 2371 err = mpls_valid_getroute_req(in_skb, in_nlh, tb, extack); in mpls_getroute() 2375 rtm = nlmsg_data(in_nlh); in mpls_getroute() 2405 err = mpls_dump_route(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute() 2468 nlh = nlmsg_put(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute()
|