Lines Matching defs:nlh
1978 struct nlmsghdr *nlh;
1981 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
1982 if (!nlh)
1984 tcm = nlmsg_data(nlh);
2020 nlh->nlmsg_len = skb_tail_pointer(skb) - b;
2654 a->cb->nlh->nlmsg_seq, NLM_F_MULTI,
2664 struct tcmsg *tcm = nlmsg_data(cb->nlh);
2688 cb->nlh->nlmsg_seq, NLM_F_MULTI,
2731 struct tcmsg *tcm = nlmsg_data(cb->nlh);
2738 if (nlmsg_len(cb->nlh) < sizeof(*tcm))
2741 err = nlmsg_parse_deprecated(cb->nlh, sizeof(*tcm), tca, TCA_MAX,
2837 struct nlmsghdr *nlh;
2844 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
2845 if (!nlh)
2847 tcm = nlmsg_data(nlh);
2874 nlh->nlmsg_len = skb_tail_pointer(skb) - b;
3127 struct tcmsg *tcm = nlmsg_data(cb->nlh);
3133 if (nlmsg_len(cb->nlh) < sizeof(*tcm))
3136 err = nlmsg_parse_deprecated(cb->nlh, sizeof(*tcm), tca, TCA_MAX,
3195 cb->nlh->nlmsg_seq, NLM_F_MULTI,