Lines Matching refs:nlh
1339 struct nlmsghdr *nlh; in tc_fill_qdisc() local
1346 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags); in tc_fill_qdisc()
1347 if (!nlh) in tc_fill_qdisc()
1349 tcm = nlmsg_data(nlh); in tc_fill_qdisc()
1387 nlh->nlmsg_len = skb_tail_pointer(skb) - b; in tc_fill_qdisc()
1448 cb->nlh->nlmsg_seq, NLM_F_MULTI, RTM_NEWQDISC) <= 0) in tc_dump_qdisc_root()
1459 cb->nlh->nlmsg_seq, NLM_F_MULTI, RTM_NEWQDISC) <= 0) in tc_dump_qdisc_root()
1659 struct nlmsghdr *nlh; in tc_fill_tclass() local
1665 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags); in tc_fill_tclass()
1666 if (!nlh) in tc_fill_tclass()
1668 tcm = nlmsg_data(nlh); in tc_fill_tclass()
1691 nlh->nlmsg_len = skb_tail_pointer(skb) - b; in tc_fill_tclass()
1731 a->cb->nlh->nlmsg_seq, NLM_F_MULTI, RTM_NEWTCLASS); in qdisc_class_dump()
1785 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tclass()
1791 if (nlmsg_len(cb->nlh) < sizeof(*tcm)) in tc_dump_tclass()