/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 324 static void test_insert_invalid(int family, int sotype, int mapfd) in test_insert_invalid() argument 341 static void test_insert_opened(int family, int sotype, int mapfd) in test_insert_opened() argument 360 static void test_insert_bound(int family, int sotype, int mapfd) in test_insert_bound() argument 387 static void test_insert(int family, int sotype, int mapfd) in test_insert() argument 403 static void test_delete_after_insert(int family, int sotype, int mapfd) in test_delete_after_insert() argument 420 test_delete_after_close(int family, int sotype, int mapfd) test_delete_after_close() argument 443 test_lookup_after_insert(int family, int sotype, int mapfd) test_lookup_after_insert() argument 471 test_lookup_after_delete(int family, int sotype, int mapfd) test_lookup_after_delete() argument 494 test_lookup_32_bit_value(int family, int sotype, int mapfd) test_lookup_32_bit_value() argument 524 test_update_existing(int family, int sotype, int mapfd) test_update_existing() argument 552 test_destroy_orphan_child(int family, int sotype, int mapfd) test_destroy_orphan_child() argument 586 test_clone_after_delete(int family, int sotype, int mapfd) test_clone_after_delete() argument 622 test_accept_after_delete(int family, int sotype, int mapfd) test_accept_after_delete() argument 676 test_accept_before_delete(int family, int sotype, int mapfd) test_accept_before_delete() argument 785 test_syn_recv_insert_delete(int family, int sotype, int mapfd) test_syn_recv_insert_delete() argument 848 test_race_insert_listen(int family, int socktype, int mapfd) test_race_insert_listen() argument 894 zero_verdict_count(int mapfd) zero_verdict_count() argument 1424 int err, mapfd; test_ops_cleanup() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 32 test_insert_invalid(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_insert_invalid() argument 50 test_insert_opened(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_insert_opened() argument 72 test_insert_bound(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_insert_bound() argument 100 test_insert(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_insert() argument 117 test_delete_after_insert(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_delete_after_insert() argument 135 test_delete_after_close(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_delete_after_close() argument 159 test_lookup_after_insert(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_lookup_after_insert() argument 188 test_lookup_after_delete(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_lookup_after_delete() argument 212 test_lookup_32_bit_value(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_lookup_32_bit_value() argument 243 test_update_existing(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_update_existing() argument 272 do_destroy_orphan_child(int family, int sotype, int mapfd) do_destroy_orphan_child() argument 303 test_destroy_orphan_child(struct test_sockmap_listen *skel, int family, int sotype, int mapfd) test_destroy_orphan_child() argument 333 test_clone_after_delete(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_clone_after_delete() argument 370 test_accept_after_delete(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_accept_after_delete() argument 425 test_accept_before_delete(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_accept_before_delete() argument 535 test_syn_recv_insert_delete(struct test_sockmap_listen *skel __always_unused, int family, int sotype, int mapfd) test_syn_recv_insert_delete() argument 599 test_race_insert_listen(struct test_sockmap_listen *skel __always_unused, int family, int socktype, int mapfd) test_race_insert_listen() argument 646 zero_verdict_count(int mapfd) zero_verdict_count() argument 1192 int err, mapfd; test_ops_cleanup() local [all...] |
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | prog.c | 964 int mapfd; in do_attach() local 986 int mapfd; in do_detach() local 927 parse_attach_detach_args(int argc, char **argv, int *progfd, enum bpf_attach_type *attach_type, int *mapfd) parse_attach_detach_args() argument [all...] |
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | prog.c | 1065 int mapfd; in do_attach() local 1087 int mapfd; in do_detach() local 1028 parse_attach_detach_args(int argc, char **argv, int *progfd, enum bpf_attach_type *attach_type, int *mapfd) parse_attach_detach_args() argument [all...] |