Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dmap_iter.c142 bpf_map_put_with_uref(map); in bpf_iter_attach_map()
148 bpf_map_put_with_uref(aux->map); in bpf_iter_detach_map()
H A Dsyscall.c944 void bpf_map_put_with_uref(struct bpf_map *map) in bpf_map_put_with_uref() function
957 bpf_map_put_with_uref(map); in bpf_map_release()
1556 bpf_map_put_with_uref(map); in map_create()
4737 bpf_map_put_with_uref(map); in bpf_map_get_fd_by_id()
H A Darraymap.c706 bpf_map_put_with_uref(seq_info->map); in bpf_iter_fini_array_map()
H A Dhashtab.c2142 bpf_map_put_with_uref(seq_info->map); in bpf_iter_fini_hash_map()
/linux/net/core/
H A Dbpf_sk_storage.c844 bpf_map_put_with_uref(seq_info->map); in bpf_iter_fini_sk_storage_map()
873 bpf_map_put_with_uref(map); in bpf_iter_attach_map()
879 bpf_map_put_with_uref(aux->map); in bpf_iter_detach_map()
H A Dsock_map.c810 bpf_map_put_with_uref(info->map); in sock_map_fini_seq_private()
1424 bpf_map_put_with_uref(info->map); in sock_hash_fini_seq_private()
1725 bpf_map_put_with_uref(sockmap_link->map); in sock_map_link_release()
1898 bpf_map_put_with_uref(map); in sock_map_link_create()
1929 bpf_map_put_with_uref(map); in sock_map_iter_attach_target()
1935 bpf_map_put_with_uref(aux->map); in sock_map_iter_detach_target()
/linux/include/linux/
H A Dbpf.h2450 void bpf_map_put_with_uref(struct bpf_map *map);