Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A 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
H A Dtest_cgrp2_sock2.c35 int cg_fd, ret, filter_id = 0; in main() local
H A Dtest_cgrp2_sock.c208 int cg_fd, prog_fd, ret; in main() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_sockmap.c909 static int run_options(struct sockmap_options *options, int cg_fd, int test) in run_options()
1830 static int __test_selftests(int cg_fd, struct sockmap_options *opt) in __test_selftests()
1857 static void test_selftests_sockmap(int cg_fd, struct sockmap_options *opt) in test_selftests_sockmap()
1863 static void test_selftests_sockhash(int cg_fd, struct sockmap_options *opt) in test_selftests_sockhash()
1869 static void test_selftests_ktls(int cg_fd, struct sockmap_options *opt) in test_selftests_ktls()
1878 static int test_selftest(int cg_fd, struct sockmap_options *opt) in test_selftest()
1892 int opt, longindex, err, cg_fd = 0; in main() local
H A Dtest_tcpbpf_user.c100 int cg_fd = -1; in main() local
H A Dtest_tcpnotify_user.c78 int prog_fd, rv, cg_fd = -1; in main() local
H A Dcgroup_helpers.c295 int cg_fd; in cgroup_setup_and_join() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c33 static int cg_fd; variable