Lines Matching defs:map
42 struct bpf_map map; member
299 sk_storage_lookup(struct sock *sk, struct bpf_map *map, bool cacheit_lockit) in sk_storage_lookup()
388 struct bpf_map *map, in sk_storage_update()
501 static int sk_storage_delete(struct sock *sk, struct bpf_map *map) in sk_storage_delete()
553 static void bpf_sk_storage_map_free(struct bpf_map *map) in bpf_sk_storage_map_free()
677 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key()
683 static int bpf_sk_storage_map_check_btf(const struct bpf_map *map, in bpf_sk_storage_map_check_btf()
700 static void *bpf_fd_sk_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_fd_sk_storage_lookup_elem()
717 static int bpf_fd_sk_storage_update_elem(struct bpf_map *map, void *key, in bpf_fd_sk_storage_update_elem()
735 static int bpf_fd_sk_storage_delete_elem(struct bpf_map *map, void *key) in bpf_fd_sk_storage_delete_elem()
790 struct bpf_map *map; in bpf_sk_storage_clone() local
840 BPF_CALL_4(bpf_sk_storage_get, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_4() argument
871 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2() argument