Lines Matching defs:nlh
115 static int mctp_rtm_newneigh(struct sk_buff *skb, struct nlmsghdr *nlh,
128 rc = nlmsg_parse(nlh, sizeof(*ndm), tb, NDA_MAX, nd_mctp_policy,
154 ndm = nlmsg_data(nlh);
173 static int mctp_rtm_delneigh(struct sk_buff *skb, struct nlmsghdr *nlh,
184 rc = nlmsg_parse(nlh, sizeof(*ndm), tb, NDA_MAX, nd_mctp_policy,
197 ndm = nlmsg_data(nlh);
213 struct nlmsghdr *nlh;
216 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
217 if (!nlh)
220 hdr = nlmsg_data(nlh);
235 nlmsg_end(skb, nlh);
239 nlmsg_cancel(skb, nlh);
253 ndmsg = nlmsg_data(cb->nlh);
265 cb->nlh->nlmsg_seq,