Home
last modified time | relevance | path

Searched refs:tcmsg (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v6.6/tools/bpf/bpftool/
Dnet.c209 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_class_nlmsg()
225 struct tcmsg t; in netlink_get_class()
227 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_class()
248 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_qdisc_nlmsg()
264 struct tcmsg t; in netlink_get_qdisc()
266 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_qdisc()
287 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_filter_nlmsg()
303 struct tcmsg t; in netlink_get_filter()
305 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_filter()
391 struct tcmsg *info = msg; in dump_class_qdisc_nlmsg()
[all …]
Dmain.h237 struct tcmsg;
239 int do_filter_dump(struct tcmsg *ifinfo, struct nlattr **tb, const char *kind,
Dnetlink_dumper.c161 int do_filter_dump(struct tcmsg *info, struct nlattr **tb, const char *kind, in do_filter_dump()
/Linux-v6.6/tools/lib/bpf/
Dnetlink.c593 req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)); in tc_qdisc_modify()
656 static int __get_tc_info(void *cookie, struct tcmsg *tc, struct nlattr **tb, in __get_tc_info()
684 struct tcmsg *tc = NLMSG_DATA(nh); in get_tc_info()
752 req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)); in bpf_tc_attach()
829 req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)); in __bpf_tc_detach()
896 req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)); in bpf_tc_query()
Dnlattr.h61 struct tcmsg tc;
/Linux-v6.6/include/uapi/linux/
Drtnetlink.h601 struct tcmsg { struct
649 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
650 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/Linux-v6.6/net/sched/
Dsch_mq.c170 struct tcmsg *tcm) in mq_select_queue()
218 struct sk_buff *skb, struct tcmsg *tcm) in mq_dump_class()
Dsch_api.c918 struct tcmsg *tcm; in tc_fill_qdisc()
1477 struct tcmsg *tcm = nlmsg_data(n); in tc_get_qdisc()
1576 struct tcmsg *tcm; in tc_modify_qdisc()
1838 err = nlmsg_parse_deprecated(nlh, sizeof(struct tcmsg), tca, TCA_MAX, in tc_dump_qdisc()
1885 struct tcmsg *tcm; in tc_fill_tclass()
2075 struct tcmsg *tcm = nlmsg_data(n); in tc_ctl_tclass()
2221 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_qdisc()
2250 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_root()
2282 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tclass()
Dcls_cgroup.c173 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in cls_cgroup_dump()
Dsch_skbprio.c244 struct sk_buff *skb, struct tcmsg *tcm) in skbprio_dump_class()
Dsch_mqprio.c644 struct sk_buff *skb, struct tcmsg *tcm) in mqprio_dump_class()
751 struct tcmsg *tcm) in mqprio_select_queue()
Dcls_api.c1971 struct tcmsg *tcm; in tcf_fill_node()
2124 struct tcmsg *t; in tc_new_tfilter()
2358 struct tcmsg *t; in tc_del_tfilter()
2515 struct tcmsg *t; in tc_get_tfilter()
2658 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tcf_chain_dump()
2725 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tfilter()
2832 struct tcmsg *tcm; in tc_chain_fill_node()
2987 struct tcmsg *t; in tc_ctl_chain()
3120 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_chain()
Dcls_basic.c270 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in basic_dump()
Dsch_multiq.c324 struct sk_buff *skb, struct tcmsg *tcm) in multiq_dump_class()
Dcls_matchall.c327 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in mall_dump()
Dsch_prio.c346 struct tcmsg *tcm) in prio_dump_class()
Dcls_fw.c369 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fw_dump()
Dsch_cbs.c479 struct sk_buff *skb, struct tcmsg *tcm) in cbs_dump_class()
Dsch_drr.c236 struct sk_buff *skb, struct tcmsg *tcm) in drr_dump_class()
Dsch_tbf.c546 struct sk_buff *skb, struct tcmsg *tcm) in tbf_dump_class()
Dcls_route.c600 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in route4_dump()
Dsch_red.c472 struct sk_buff *skb, struct tcmsg *tcm) in red_dump_class()
Dcls_bpf.c578 struct sk_buff *skb, struct tcmsg *tm, bool rtnl_held) in cls_bpf_dump()
Dsch_sfb.c614 struct sk_buff *skb, struct tcmsg *tcm) in sfb_dump_class()
/Linux-v6.6/include/net/
Dsch_generic.h251 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
277 struct sk_buff *skb, struct tcmsg*);
384 struct sk_buff *skb, struct tcmsg*,
389 struct tcmsg *t, bool rtnl_held);

12