HomeSort by relevance Sort by last modified time
    Searched refs:bpf_find_map (Results 1 - 4 of 4) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_netcnt.c 21 static int bpf_find_map(const char *test, struct bpf_object *obj, function
95 map_fd = bpf_find_map(__func__, obj, "netcnt");
101 percpu_map_fd = bpf_find_map(__func__, obj, "percpu_netcnt");
test_tcpbpf_user.c 77 static int bpf_find_map(const char *test, struct bpf_object *obj, function
129 map_fd = bpf_find_map(__func__, obj, "global_map");
133 sock_map_fd = bpf_find_map(__func__, obj, "sockopt_results");
get_cgroup_id_user.c 35 static int bpf_find_map(const char *test, struct bpf_object *obj, function
79 cgidmap_fd = bpf_find_map(__func__, obj, "cg_ids");
80 if (CHECK(cgidmap_fd < 0, "bpf_find_map", "err %d errno %d\n",
84 pidmap_fd = bpf_find_map(__func__, obj, "pidmap");
85 if (CHECK(pidmap_fd < 0, "bpf_find_map", "err %d errno %d\n",
test_progs.c 86 static int bpf_find_map(const char *test, struct bpf_object *obj, function
147 map_fd = bpf_find_map(__func__, obj, "vip2tnl");
240 map_fd = bpf_find_map(__func__, obj, "vip_map");
245 map_fd = bpf_find_map(__func__, obj, "ch_rings");
250 map_fd = bpf_find_map(__func__, obj, "reals");
269 map_fd = bpf_find_map(__func__, obj, "stats");
329 map_fd = bpf_find_map(__func__, obj, "vip_map");
334 map_fd = bpf_find_map(__func__, obj, "ch_rings");
339 map_fd = bpf_find_map(__func__, obj, "reals");
358 map_fd = bpf_find_map(__func__, obj, "stats")
    [all...]

Completed in 2761 milliseconds