Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dnet.c202 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_class_nlmsg()
218 struct tcmsg t; in netlink_get_class()
220 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_class()
241 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_qdisc_nlmsg()
257 struct tcmsg t; in netlink_get_qdisc()
259 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_qdisc()
280 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_filter_nlmsg()
296 struct tcmsg t; in netlink_get_filter()
298 .nlh.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)), in netlink_get_filter()
384 struct tcmsg *info = msg; in dump_class_qdisc_nlmsg()
[all …]
H A Dmain.h254 struct tcmsg;
256 int do_filter_dump(struct tcmsg *ifinfo, struct nlattr **tb, const char *kind,
H A Dnetlink_dumper.c161 int do_filter_dump(struct tcmsg *info, struct nlattr **tb, const char *kind, in do_filter_dump()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drtnetlink.h552 struct tcmsg { struct
593 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
594 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drtnetlink.h552 struct tcmsg { struct
593 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
594 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtnetlink.h577 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))
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_mq.c185 struct tcmsg *tcm) in mq_select_queue()
233 struct sk_buff *skb, struct tcmsg *tcm) in mq_dump_class()
H A Dsch_api.c889 struct tcmsg *tcm; in tc_fill_qdisc()
1429 struct tcmsg *tcm = nlmsg_data(n); in tc_get_qdisc()
1514 struct tcmsg *tcm; in tc_modify_qdisc()
1761 err = nlmsg_parse_deprecated(nlh, sizeof(struct tcmsg), tca, TCA_MAX, in tc_dump_qdisc()
1808 struct tcmsg *tcm; in tc_fill_tclass()
1998 struct tcmsg *tcm = nlmsg_data(n); in tc_ctl_tclass()
2148 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_qdisc()
2177 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_root()
2209 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tclass()
H A Dcls_cgroup.c171 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in cls_cgroup_dump()
H A Dsch_mqprio.c489 struct sk_buff *skb, struct tcmsg *tcm) in mqprio_dump_class()
610 struct tcmsg *tcm) in mqprio_select_queue()
H A Dsch_skbprio.c244 struct sk_buff *skb, struct tcmsg *tcm) in skbprio_dump_class()
H A Dcls_api.c1804 struct tcmsg *tcm; in tcf_fill_node()
1951 struct tcmsg *t; in tc_new_tfilter()
2181 struct tcmsg *t; in tc_del_tfilter()
2341 struct tcmsg *t; in tc_get_tfilter()
2484 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tcf_chain_dump()
2551 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tfilter()
2657 struct tcmsg *tcm; in tc_chain_fill_node()
2807 struct tcmsg *t; in tc_ctl_chain()
2944 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_chain()
H A Dcls_basic.c280 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in basic_dump()
H A Dsch_multiq.c324 struct sk_buff *skb, struct tcmsg *tcm) in multiq_dump_class()
H A Dcls_matchall.c348 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in mall_dump()
H A Dsch_prio.c346 struct tcmsg *tcm) in prio_dump_class()
H A Dcls_fw.c376 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fw_dump()
H A Dsch_cbs.c478 struct sk_buff *skb, struct tcmsg *tcm) in cbs_dump_class()
H A Dsch_dsmark.c426 struct sk_buff *skb, struct tcmsg *tcm) in dsmark_dump_class()
H A Dsch_drr.c236 struct sk_buff *skb, struct tcmsg *tcm) in drr_dump_class()
H A Dsch_tbf.c531 struct sk_buff *skb, struct tcmsg *tcm) in tbf_dump_class()
H A Dsch_red.c473 struct sk_buff *skb, struct tcmsg *tcm) in red_dump_class()
H A Dcls_route.c606 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in route4_dump()
H A Dsch_atm.c600 struct sk_buff *skb, struct tcmsg *tcm) in atm_tc_dump_class()
/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h235 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
260 struct sk_buff *skb, struct tcmsg*);
372 struct sk_buff *skb, struct tcmsg*,
377 struct tcmsg *t, bool rtnl_held);

12