Searched refs:in_nlh (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/crypto/ |
| D | crypto_user.c | 257 static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_report() argument 260 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report() 280 info.nlmsg_seq = in_nlh->nlmsg_seq; in crypto_report()
|
| /Linux-v4.19/net/mpls/ |
| D | af_mpls.c | 2113 static int mpls_getroute(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in mpls_getroute() argument 2132 err = nlmsg_parse(in_nlh, sizeof(*rtm), tb, RTA_MAX, in mpls_getroute() 2137 rtm = nlmsg_data(in_nlh); in mpls_getroute() 2167 err = mpls_dump_route(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute() 2230 nlh = nlmsg_put(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute()
|