Searched refs:libbpf_nla_parse_nested (Results 1 – 4 of 4) sorted by relevance
/external/bpftool/src/ |
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()
|
/external/libbpf/src/ |
D | nlattr.h | 113 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype,
|
D | nlattr.c | 149 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype, in libbpf_nla_parse_nested() function
|
D | netlink.c | 296 ret = libbpf_nla_parse_nested(xdp_tb, IFLA_XDP_MAX, tb[IFLA_XDP], NULL); in get_xdp_info() 559 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info()
|