Lines Matching defs:map
21 bpf_sk_storage_lookup(struct sock *sk, struct bpf_map *map, bool cacheit_lockit) in bpf_sk_storage_lookup()
35 static int bpf_sk_storage_del(struct sock *sk, struct bpf_map *map) in bpf_sk_storage_del()
65 static void bpf_sk_storage_map_free(struct bpf_map *map) in bpf_sk_storage_map_free()
75 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key()
81 static void *bpf_fd_sk_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_fd_sk_storage_lookup_elem()
98 static long bpf_fd_sk_storage_update_elem(struct bpf_map *map, void *key, in bpf_fd_sk_storage_update_elem()
118 static long bpf_fd_sk_storage_delete_elem(struct bpf_map *map, void *key) in bpf_fd_sk_storage_delete_elem()
174 struct bpf_map *map; in bpf_sk_storage_clone() local
227 BPF_CALL_5(bpf_sk_storage_get, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_5() argument
261 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2() argument
382 BPF_CALL_5(bpf_sk_storage_get_tracing, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_5() argument
393 BPF_CALL_2(bpf_sk_storage_delete_tracing, struct bpf_map *, map, in BPF_CALL_2() argument
465 const struct bpf_map *map) in diag_check_dup()
505 struct bpf_map *map = bpf_map_get(map_fd); in bpf_sk_storage_diag_alloc() local
690 struct bpf_map *map; member
787 struct bpf_map *map, struct sock *sk, in DEFINE_BPF_ITER_FUNC()
851 struct bpf_map *map; in bpf_iter_attach_map() local