Searched refs:libbpf_nla_parse_nested (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/bpf/bpftool/ | 
| 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-v5.4/tools/lib/bpf/ | 
| D | nlattr.h | 100 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype,
 | 
| D | nlattr.c | 148 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype,  in libbpf_nla_parse_nested()  function
 | 
| D | netlink.c | 233 	ret = libbpf_nla_parse_nested(xdp_tb, IFLA_XDP_MAX, tb[IFLA_XDP], NULL);  in get_xdp_id()
 |