Home
last modified time | relevance | path

Searched refs:mapfd (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c35 int family, int sotype, int mapfd) in test_insert_invalid() argument
42 err = bpf_map_update_elem(mapfd, &key, &value, BPF_NOEXIST); in test_insert_invalid()
47 err = bpf_map_update_elem(mapfd, &key, &value, BPF_NOEXIST); in test_insert_invalid()
53 int family, int sotype, int mapfd) in test_insert_opened() argument
65 err = bpf_map_update_elem(mapfd, &key, &value, BPF_NOEXIST); in test_insert_opened()
75 int family, int sotype, int mapfd) in test_insert_bound() argument
95 err = bpf_map_update_elem(mapfd, &key, &value, BPF_NOEXIST); in test_insert_bound()
103 int family, int sotype, int mapfd) in test_insert() argument
115 xbpf_map_update_elem(mapfd, &key, &value, BPF_NOEXIST); in test_insert()
120 int family, int sotype, int mapfd) in test_delete_after_insert() argument
[all …]