/Linux-v5.10/tools/bpf/bpftool/ |
D | net.c | 203 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_class_nlmsg() 219 struct tcmsg t; in netlink_get_class() 221 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_class() 242 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_qdisc_nlmsg() 258 struct tcmsg t; in netlink_get_qdisc() 260 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_qdisc() 281 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_filter_nlmsg() 297 struct tcmsg t; in netlink_get_filter() 299 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_filter() 385 struct tcmsg *info = msg; in dump_class_qdisc_nlmsg() [all …]
|
D | main.h | 254 struct tcmsg; 256 int do_filter_dump(struct tcmsg *ifinfo, struct nlattr **tb, const char *kind,
|
D | netlink_dumper.c | 161 int do_filter_dump(struct tcmsg *info, struct nlattr **tb, const char *kind, in do_filter_dump()
|
/Linux-v5.10/include/uapi/linux/ |
D | rtnetlink.h | 577 struct tcmsg { struct 624 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) 625 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
|
/Linux-v5.10/net/sched/ |
D | sch_mq.c | 185 struct tcmsg *tcm) in mq_select_queue() 233 struct sk_buff *skb, struct tcmsg *tcm) in mq_dump_class()
|
D | sch_api.c | 882 struct tcmsg *tcm; in tc_fill_qdisc() 1421 struct tcmsg *tcm = nlmsg_data(n); in tc_get_qdisc() 1506 struct tcmsg *tcm; in tc_modify_qdisc() 1753 err = nlmsg_parse_deprecated(nlh, sizeof(struct tcmsg), tca, TCA_MAX, in tc_dump_qdisc() 1799 struct tcmsg *tcm; in tc_fill_tclass() 1989 struct tcmsg *tcm = nlmsg_data(n); in tc_ctl_tclass() 2139 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_qdisc() 2168 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_root() 2200 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tclass()
|
D | cls_cgroup.c | 171 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in cls_cgroup_dump()
|
D | sch_skbprio.c | 247 struct sk_buff *skb, struct tcmsg *tcm) in skbprio_dump_class()
|
D | sch_mqprio.c | 489 struct sk_buff *skb, struct tcmsg *tcm) in mqprio_dump_class() 604 struct tcmsg *tcm) in mqprio_select_queue()
|
D | cls_api.c | 1803 struct tcmsg *tcm; in tcf_fill_node() 1950 struct tcmsg *t; in tc_new_tfilter() 2177 struct tcmsg *t; in tc_del_tfilter() 2337 struct tcmsg *t; in tc_get_tfilter() 2480 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tcf_chain_dump() 2547 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tfilter() 2653 struct tcmsg *tcm; in tc_chain_fill_node() 2803 struct tcmsg *t; in tc_ctl_chain() 2939 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_chain()
|
D | cls_basic.c | 280 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in basic_dump()
|
D | sch_multiq.c | 325 struct sk_buff *skb, struct tcmsg *tcm) in multiq_dump_class()
|
D | sch_prio.c | 348 struct tcmsg *tcm) in prio_dump_class()
|
D | cls_matchall.c | 348 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in mall_dump()
|
D | cls_fw.c | 376 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fw_dump()
|
D | sch_cbs.c | 478 struct sk_buff *skb, struct tcmsg *tcm) in cbs_dump_class()
|
D | sch_drr.c | 236 struct sk_buff *skb, struct tcmsg *tcm) in drr_dump_class()
|
D | sch_dsmark.c | 427 struct sk_buff *skb, struct tcmsg *tcm) in dsmark_dump_class()
|
D | sch_tbf.c | 531 struct sk_buff *skb, struct tcmsg *tcm) in tbf_dump_class()
|
D | sch_red.c | 470 struct sk_buff *skb, struct tcmsg *tcm) in red_dump_class()
|
D | cls_route.c | 596 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in route4_dump()
|
D | sch_atm.c | 601 struct sk_buff *skb, struct tcmsg *tcm) in atm_tc_dump_class()
|
D | sch_sfb.c | 612 struct sk_buff *skb, struct tcmsg *tcm) in sfb_dump_class()
|
D | cls_flow.c | 619 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in flow_dump()
|
/Linux-v5.10/include/net/ |
D | sch_generic.h | 201 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *); 226 struct sk_buff *skb, struct tcmsg*); 334 struct sk_buff *skb, struct tcmsg*, 339 struct tcmsg *t, bool rtnl_held);
|