Lines Matching defs:nlh
1184 static int mctp_route_nlparse(struct sk_buff *skb, struct nlmsghdr *nlh,
1194 rc = nlmsg_parse(nlh, sizeof(struct rtmsg), tb, RTA_MAX,
1213 *rtm = nlmsg_data(nlh);
1240 static int mctp_newroute(struct sk_buff *skb, struct nlmsghdr *nlh,
1251 rc = mctp_route_nlparse(skb, nlh, extack, tb,
1276 static int mctp_delroute(struct sk_buff *skb, struct nlmsghdr *nlh,
1285 rc = mctp_route_nlparse(skb, nlh, extack, tb,
1301 struct nlmsghdr *nlh;
1305 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
1306 if (!nlh)
1309 hdr = nlmsg_data(nlh);
1344 nlmsg_end(skb, nlh);
1349 nlmsg_cancel(skb, nlh);
1373 cb->nlh->nlmsg_seq,