Home
last modified time | relevance | path

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

/Linux-v4.19/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 …]
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()
Dtest_tcpbpf_user.c57 static int bpf_find_map(const char *test, struct bpf_object *obj, in bpf_find_map() function
109 map_fd = bpf_find_map(__func__, obj, "global_map"); in main()