Home
last modified time | relevance | path

Searched defs:cg_fd (Results 1 – 8 of 8) sorted by relevance

/linux-5.10/samples/bpf/
Dtest_cgrp2_attach.c87 static int attach_filter(int cg_fd, int type, int verdict) in attach_filter()
133 int opt, cg_fd, ret; in main() local
Dtest_cgrp2_sock2.c35 int cg_fd, ret, filter_id = 0; in main() local
Dtest_cgrp2_sock.c208 int cg_fd, prog_fd, ret; in main() local
/linux-5.10/tools/testing/selftests/bpf/
Dtest_sockmap.c909 static int run_options(struct sockmap_options *options, int cg_fd, int test) in run_options()
1820 static int __test_selftests(int cg_fd, struct sockmap_options *opt) in __test_selftests()
1847 static void test_selftests_sockmap(int cg_fd, struct sockmap_options *opt) in test_selftests_sockmap()
1853 static void test_selftests_sockhash(int cg_fd, struct sockmap_options *opt) in test_selftests_sockhash()
1859 static void test_selftests_ktls(int cg_fd, struct sockmap_options *opt) in test_selftests_ktls()
1868 static int test_selftest(int cg_fd, struct sockmap_options *opt) in test_selftest()
1882 int opt, longindex, err, cg_fd = 0; in main() local
Dtest_tcpbpf_user.c100 int cg_fd = -1; in main() local
Dtest_tcpnotify_user.c78 int prog_fd, rv, cg_fd = -1; in main() local
Dcgroup_helpers.c295 int cg_fd; in cgroup_setup_and_join() local
/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dtcp_hdr_options.c33 static int cg_fd; variable