Home
last modified time | relevance | path

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

/linux/crypto/
H A Dcrypto_user.c167 static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_report() argument
171 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report()
191 info.nlmsg_seq = in_nlh->nlmsg_seq; in crypto_report()
373 static int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in crypto_reportstat() argument
/linux/net/mpls/
H A Daf_mpls.c2412 static int mpls_getroute(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, in mpls_getroute() argument
2433 err = mpls_valid_getroute_req(in_skb, in_nlh, tb, extack); in mpls_getroute()
2437 rtm = nlmsg_data(in_nlh); in mpls_getroute()
2468 err = mpls_dump_route(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute()
2532 nlh = nlmsg_put(skb, portid, in_nlh->nlmsg_seq, in mpls_getroute()