Home
last modified time | relevance | path

Searched refs:in_nlh (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/crypto/
Dcrypto_user.c183 static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_report() argument
187 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report()
207 info.nlmsg_seq = in_nlh->nlmsg_seq; in crypto_report()
389 static int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_reportstat() argument
/linux-6.12.1/net/mpls/
Daf_mpls.c2341 static int mpls_getroute(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in mpls_getroute() argument
2360 err = mpls_valid_getroute_req(in_skb, in_nlh, tb, extack); in mpls_getroute()
2364 rtm = nlmsg_data(in_nlh); in mpls_getroute()
2394 err = mpls_dump_route(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute()
2457 nlh = nlmsg_put(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute()