Home
last modified time | relevance | path

Searched defs:tb (Results 1 – 7 of 7) sorted by relevance

/tools/bpf/bpftool/
Dnetlink_dumper.c14 static void xdp_dump_prog_id(struct nlattr **tb, int attr, in xdp_dump_prog_id()
32 struct nlattr *tb[IFLA_XDP_MAX + 1]; in do_xdp_dump_one() local
72 int do_xdp_dump(struct ifinfomsg *ifinfo, struct nlattr **tb) in do_xdp_dump()
83 struct nlattr *tb[TCA_ACT_BPF_MAX + 1]; in do_bpf_dump_one_act() local
104 struct nlattr *tb[TCA_ACT_MAX + 1]; in do_dump_one_act() local
121 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in do_bpf_act_dump() local
140 struct nlattr *tb[TCA_BPF_MAX + 1]; in do_bpf_filter_dump() local
161 int do_filter_dump(struct tcmsg *info, struct nlattr **tb, const char *kind, in do_filter_dump()
Dnet.c201 struct nlattr *tb[TCA_MAX + 1], *attr; in __dump_class_nlmsg() local
240 struct nlattr *tb[TCA_MAX + 1], *attr; in __dump_qdisc_nlmsg() local
279 struct nlattr *tb[TCA_MAX + 1], *attr; in __dump_filter_nlmsg() local
318 struct nlattr *tb[IFLA_MAX + 1], *attr; in __dump_link_nlmsg() local
352 static int dump_link_nlmsg(void *cookie, void *msg, struct nlattr **tb) in dump_link_nlmsg()
381 static int dump_class_qdisc_nlmsg(void *cookie, void *msg, struct nlattr **tb) in dump_class_qdisc_nlmsg()
415 static int dump_filter_nlmsg(void *cookie, void *msg, struct nlattr **tb) in dump_filter_nlmsg()
/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c17 struct trace_buffer *tb; in trace_buffer_allocate() local
38 static bool trace_check_bounds(struct trace_buffer *tb, void *p) in trace_check_bounds()
43 static bool trace_check_alloc(struct trace_buffer *tb, void *p) in trace_check_alloc()
62 static void *trace_alloc(struct trace_buffer *tb, int bytes) in trace_alloc()
76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry()
87 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value) in trace_log_reg()
104 int trace_log_counter(struct trace_buffer *tb, u64 value) in trace_log_counter()
120 int trace_log_string(struct trace_buffer *tb, char *str) in trace_log_string()
142 int trace_log_indent(struct trace_buffer *tb) in trace_log_indent()
155 int trace_log_outdent(struct trace_buffer *tb) in trace_log_outdent()
[all …]
/tools/lib/bpf/
Dnlattr.c104 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head, in libbpf_nla_parse()
149 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype, in libbpf_nla_parse_nested()
164 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1], *attr; in libbpf_nla_dump_errormsg() local
Dnetlink.c297 struct nlattr *tb[IFLA_MAX + 1], *attr; in __dump_link_nlmsg() local
310 static int get_xdp_info(void *cookie, void *msg, struct nlattr **tb) in get_xdp_info()
544 static int __get_tc_info(void *cookie, struct tcmsg *tc, struct nlattr **tb, in __get_tc_info()
573 struct nlattr *tb[TCA_MAX + 1]; in get_tc_info() local
/tools/testing/selftests/netfilter/
Dnf-queue.c38 const struct nlattr **tb = data; in parse_attr_cb() local
79 struct nlattr *tb[NFQA_MAX+1] = { 0 }; in queue_cb() local
/tools/arch/powerpc/include/uapi/asm/
Dkvm.h236 __u64 tb; member