Searched defs:mapfd (Results 1 – 2 of 2) sorted by relevance
/linux-5.10/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() 360 static void test_insert_bound(int family, int sotype, int mapfd) in test_insert_bound() 387 static void test_insert(int family, int sotype, int mapfd) in test_insert() 403 static void test_delete_after_insert(int family, int sotype, int mapfd) in test_delete_after_insert() 420 static void test_delete_after_close(int family, int sotype, int mapfd) in test_delete_after_close() 443 static void test_lookup_after_insert(int family, int sotype, int mapfd) in test_lookup_after_insert() 471 static void test_lookup_after_delete(int family, int sotype, int mapfd) in test_lookup_after_delete() 494 static void test_lookup_32_bit_value(int family, int sotype, int mapfd) in test_lookup_32_bit_value() 524 static void test_update_existing(int family, int sotype, int mapfd) in test_update_existing() [all …]
|
/linux-5.10/tools/bpf/bpftool/ |
D | prog.c | 927 int *mapfd) in parse_attach_detach_args() 962 int mapfd; in do_attach() local 984 int mapfd; in do_detach() local
|