Home
last modified time | relevance | path

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

/linux/net/core/
H A Dbpf_sk_storage.c846 bpf_map_put_with_uref(seq_info->map); in bpf_iter_fini_sk_storage_map()
875 bpf_map_put_with_uref(map); in bpf_iter_attach_map()
881 bpf_map_put_with_uref(aux->map); in bpf_iter_detach_map()
H A Dsock_map.c813 bpf_map_put_with_uref(info->map); in sock_map_fini_seq_private()
1427 bpf_map_put_with_uref(info->map); in sock_hash_fini_seq_private()
1754 bpf_map_put_with_uref(sockmap_link->map); in sock_map_link_release()
1932 bpf_map_put_with_uref(map); in sock_map_link_create()
1963 bpf_map_put_with_uref(map); in sock_map_iter_attach_target()
1969 bpf_map_put_with_uref(aux->map); in sock_map_iter_detach_target()
/linux/kernel/bpf/
H A Dsyscall.c969 void bpf_map_put_with_uref(struct bpf_map *map) in bpf_map_put_with_uref() function
982 bpf_map_put_with_uref(map); in bpf_map_release()
1676 * bpf_map_put_with_uref() is needed because the above in map_create()
1681 bpf_map_put_with_uref(map); in map_create()
4951 bpf_map_put_with_uref(map); in bpf_map_get_fd_by_id()
H A Darraymap.c785 bpf_map_put_with_uref(seq_info->map); in bpf_iter_fini_array_map()
H A Dhashtab.c2272 bpf_map_put_with_uref(seq_info->map); in bpf_for_each_hash_elem()
3511 bpf_map_put_with_uref(info->map);
/linux/include/linux/
H A Dbpf.h2767 void bpf_map_put_with_uref(struct bpf_map *map);