Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dbpf_sk_storage.c183 map = bpf_map_inc_not_zero(&smap->map); in bpf_sk_storage_clone()
/Linux-v6.6/kernel/bpf/
Dsyscall.c1365 struct bpf_map *bpf_map_inc_not_zero(struct bpf_map *map) in bpf_map_inc_not_zero() function
1373 EXPORT_SYMBOL_GPL(bpf_map_inc_not_zero);
/Linux-v6.6/include/linux/
Dbpf.h2053 struct bpf_map * __must_check bpf_map_inc_not_zero(struct bpf_map *map);