Lines Matching refs:bpf_map

18 	struct bpf_map map;
27 static int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog,
29 static struct sk_psock_progs *sock_map_progs(struct bpf_map *map);
31 static struct bpf_map *sock_map_alloc(union bpf_attr *attr) in sock_map_alloc()
65 struct bpf_map *map; in sock_map_get_from_fd()
85 struct bpf_map *map; in sock_map_prog_detach()
134 struct bpf_map *map, void *link_raw) in sock_map_add_link()
152 struct bpf_map *map = link->map; in sock_map_del_link()
217 static int sock_map_link(struct bpf_map *map, struct sock *sk) in sock_map_link()
331 static void sock_map_free(struct bpf_map *map) in sock_map_free()
362 static void sock_map_release_progs(struct bpf_map *map) in sock_map_release_progs()
367 static struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem()
378 static void *sock_map_lookup(struct bpf_map *map, void *key) in sock_map_lookup()
390 static void *sock_map_lookup_sys(struct bpf_map *map, void *key) in sock_map_lookup_sys()
425 static void sock_map_delete_from_link(struct bpf_map *map, struct sock *sk, in sock_map_delete_from_link()
433 static int sock_map_delete_elem(struct bpf_map *map, void *key) in sock_map_delete_elem()
446 static int sock_map_get_next_key(struct bpf_map *map, void *key, void *next) in sock_map_get_next_key()
461 static int sock_map_update_common(struct bpf_map *map, u32 idx, in sock_map_update_common()
539 static int sock_hash_update_common(struct bpf_map *map, void *key,
542 int sock_map_update_elem_sys(struct bpf_map *map, void *key, void *value, in sock_map_update_elem_sys()
583 static int sock_map_update_elem(struct bpf_map *map, void *key, in sock_map_update_elem()
609 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
632 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() argument
658 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() argument
685 struct bpf_map *map;
692 __bpf_md_ptr(struct bpf_map *, map);
698 struct bpf_map *map, void *key, in DEFINE_BPF_ITER_FUNC()
822 struct bpf_map map;
856 static struct sock *__sock_hash_lookup_elem(struct bpf_map *map, void *key) in __sock_hash_lookup_elem()
879 static void sock_hash_delete_from_link(struct bpf_map *map, struct sock *sk, in sock_hash_delete_from_link()
904 static int sock_hash_delete_elem(struct bpf_map *map, void *key) in sock_hash_delete_elem()
954 static int sock_hash_update_common(struct bpf_map *map, void *key, in sock_hash_update_common()
1019 static int sock_hash_get_next_key(struct bpf_map *map, void *key, in sock_hash_get_next_key()
1059 static struct bpf_map *sock_hash_alloc(union bpf_attr *attr) in sock_hash_alloc()
1109 static void sock_hash_free(struct bpf_map *map) in sock_hash_free()
1161 static void *sock_hash_lookup_sys(struct bpf_map *map, void *key) in sock_hash_lookup_sys()
1176 static void *sock_hash_lookup(struct bpf_map *map, void *key) in sock_hash_lookup()
1188 static void sock_hash_release_progs(struct bpf_map *map) in sock_hash_release_progs()
1194 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
1216 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
1242 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
1269 struct bpf_map *map;
1400 static struct sk_psock_progs *sock_map_progs(struct bpf_map *map) in sock_map_progs()
1414 static int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog, in sock_map_prog_update()
1526 struct bpf_map *map; in sock_map_iter_attach_target()