Lines Matching defs:nlh
890 struct nlmsghdr *nlh;
898 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
899 if (!nlh)
901 tcm = nlmsg_data(nlh);
954 nlh->nlmsg_len = skb_tail_pointer(skb) - b;
1755 cb->nlh->nlmsg_seq, NLM_F_MULTI,
1777 cb->nlh->nlmsg_seq, NLM_F_MULTI,
1797 const struct nlmsghdr *nlh = cb->nlh;
1807 err = nlmsg_parse_deprecated(nlh, sizeof(struct tcmsg), tca, TCA_MAX,
1855 struct nlmsghdr *nlh;
1861 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
1862 if (!nlh)
1864 tcm = nlmsg_data(nlh);
1887 nlh->nlmsg_len = skb_tail_pointer(skb) - b;
2189 a->cb->nlh->nlmsg_seq, NLM_F_MULTI,
2255 struct tcmsg *tcm = nlmsg_data(cb->nlh);
2261 if (nlmsg_len(cb->nlh) < sizeof(*tcm))