Home
last modified time | relevance | path

Searched refs:bpf_find_map (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c86 static int bpf_find_map(const char *test, struct bpf_object *obj, in bpf_find_map() function
147 map_fd = bpf_find_map(__func__, obj, "vip2tnl"); in test_xdp()
240 map_fd = bpf_find_map(__func__, obj, "vip_map"); in test_l4lb()
245 map_fd = bpf_find_map(__func__, obj, "ch_rings"); in test_l4lb()
250 map_fd = bpf_find_map(__func__, obj, "reals"); in test_l4lb()
269 map_fd = bpf_find_map(__func__, obj, "stats"); in test_l4lb()
329 map_fd = bpf_find_map(__func__, obj, "vip_map"); in test_xdp_noinline()
334 map_fd = bpf_find_map(__func__, obj, "ch_rings"); in test_xdp_noinline()
339 map_fd = bpf_find_map(__func__, obj, "reals"); in test_xdp_noinline()
358 map_fd = bpf_find_map(__func__, obj, "stats"); in test_xdp_noinline()
[all …]
Dtest_netcnt.c21 static int bpf_find_map(const char *test, struct bpf_object *obj, in bpf_find_map() function
95 map_fd = bpf_find_map(__func__, obj, "netcnt"); in main()
101 percpu_map_fd = bpf_find_map(__func__, obj, "percpu_netcnt"); in main()
Dtest_tcpbpf_user.c77 static int bpf_find_map(const char *test, struct bpf_object *obj, in bpf_find_map() function
129 map_fd = bpf_find_map(__func__, obj, "global_map"); in main()
133 sock_map_fd = bpf_find_map(__func__, obj, "sockopt_results"); in main()
Dget_cgroup_id_user.c35 static int bpf_find_map(const char *test, struct bpf_object *obj, in bpf_find_map() function
79 cgidmap_fd = bpf_find_map(__func__, obj, "cg_ids"); in main()
84 pidmap_fd = bpf_find_map(__func__, obj, "pidmap"); in main()