Searched defs:mapfd (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_listen.c | 324 static void test_insert_invalid(int family, int sotype, int mapfd) in test_insert_invalid() 341 static void test_insert_opened(int family, int sotype, int mapfd) in test_insert_opened() 362 static void test_insert_bound(int family, int sotype, int mapfd) in test_insert_bound() 389 static void test_insert(int family, int sotype, int mapfd) in test_insert() 405 static void test_delete_after_insert(int family, int sotype, int mapfd) in test_delete_after_insert() 422 static void test_delete_after_close(int family, int sotype, int mapfd) in test_delete_after_close() 445 static void test_lookup_after_insert(int family, int sotype, int mapfd) in test_lookup_after_insert() 473 static void test_lookup_after_delete(int family, int sotype, int mapfd) in test_lookup_after_delete() 496 static void test_lookup_32_bit_value(int family, int sotype, int mapfd) in test_lookup_32_bit_value() 526 static void test_update_existing(int family, int sotype, int mapfd) in test_update_existing() [all …]
|
/linux-6.1.9/tools/bpf/bpftool/ |
D | prog.c | 1025 int *mapfd) in parse_attach_detach_args() 1060 int mapfd; in do_attach() local 1082 int mapfd; in do_detach() local
|