Searched refs:libbpf_nla_parse_nested (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | netlink_dumper.c | 35 if (libbpf_nla_parse_nested(tb, IFLA_XDP_MAX, attr, NULL) < 0) in do_xdp_dump_one() 85 if (libbpf_nla_parse_nested(tb, TCA_ACT_BPF_MAX, attr, NULL) < 0) in do_bpf_dump_one_act() 109 if (libbpf_nla_parse_nested(tb, TCA_ACT_MAX, attr, NULL) < 0) in do_dump_one_act() 124 if (libbpf_nla_parse_nested(tb, TCA_ACT_MAX_PRIO, attr, NULL) < 0) in do_bpf_act_dump() 143 if (libbpf_nla_parse_nested(tb, TCA_BPF_MAX, attr, NULL) < 0) in do_bpf_filter_dump()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | nlattr.h | 125 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype,
|
A D | nlattr.c | 149 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype, in libbpf_nla_parse_nested() function
|
A D | netlink.c | 372 ret = libbpf_nla_parse_nested(xdp_tb, IFLA_XDP_MAX, tb[IFLA_XDP], NULL); in get_xdp_info() 658 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info()
|
Completed in 7 milliseconds