Home
last modified time | relevance | path

Searched refs:libbpf_nla_getattr_str (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dnetlink_dumper.c78 libbpf_nla_getattr_str(tb[IFLA_IFNAME])); in do_xdp_dump()
94 libbpf_nla_getattr_str(tb[TCA_ACT_BPF_NAME])); in do_bpf_dump_one_act()
148 libbpf_nla_getattr_str(tb[TCA_BPF_NAME])); in do_bpf_filter_dump()
H A Dnet.c381 ? libbpf_nla_getattr_str(tb[IFLA_IFNAME]) in dump_link_nlmsg()
415 ? libbpf_nla_getattr_str(tb[TCA_KIND]) in dump_class_qdisc_nlmsg()
/openbmc/linux/tools/lib/bpf/
H A Dnlattr.h109 static inline const char *libbpf_nla_getattr_str(const struct nlattr *nla) in libbpf_nla_getattr_str() function