Lines Matching defs:map

18 	struct bpf_map map;  member
63 struct bpf_map *map; in sock_map_get_from_fd() local
83 struct bpf_map *map; in sock_map_prog_detach() local
130 struct bpf_map *map, void *link_raw) in sock_map_add_link()
148 struct bpf_map *map = link->map; in sock_map_del_link() local
213 static int sock_map_link(struct bpf_map *map, struct sock *sk) in sock_map_link()
332 static void sock_map_free(struct bpf_map *map) in sock_map_free()
365 static void sock_map_release_progs(struct bpf_map *map) in sock_map_release_progs()
370 static struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem()
381 static void *sock_map_lookup(struct bpf_map *map, void *key) in sock_map_lookup()
393 static void *sock_map_lookup_sys(struct bpf_map *map, void *key) in sock_map_lookup_sys()
431 static void sock_map_delete_from_link(struct bpf_map *map, struct sock *sk, in sock_map_delete_from_link()
439 static long sock_map_delete_elem(struct bpf_map *map, void *key) in sock_map_delete_elem()
452 static int sock_map_get_next_key(struct bpf_map *map, void *key, void *next) in sock_map_get_next_key()
467 static int sock_map_update_common(struct bpf_map *map, u32 idx, in sock_map_update_common()
550 int sock_map_update_elem_sys(struct bpf_map *map, void *key, void *value, in sock_map_update_elem_sys()
591 static long sock_map_update_elem(struct bpf_map *map, void *key, in sock_map_update_elem()
616 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
639 BPF_CALL_4(bpf_sk_redirect_map, struct sk_buff *, skb, in BPF_CALL_4() argument
665 BPF_CALL_4(bpf_msg_redirect_map, struct sk_msg *, msg, in BPF_CALL_4() argument
695 struct bpf_map *map; member
708 struct bpf_map *map, void *key, in DEFINE_BPF_ITER_FUNC()
803 static u64 sock_map_mem_usage(const struct bpf_map *map) in sock_map_mem_usage()
849 struct bpf_map map; member
883 static struct sock *__sock_hash_lookup_elem(struct bpf_map *map, void *key) in __sock_hash_lookup_elem()
906 static void sock_hash_delete_from_link(struct bpf_map *map, struct sock *sk, in sock_hash_delete_from_link()
931 static long sock_hash_delete_elem(struct bpf_map *map, void *key) in sock_hash_delete_elem()
984 static int sock_hash_update_common(struct bpf_map *map, void *key, in sock_hash_update_common()
1049 static int sock_hash_get_next_key(struct bpf_map *map, void *key, in sock_hash_get_next_key()
1137 static void sock_hash_free(struct bpf_map *map) in sock_hash_free()
1189 static void *sock_hash_lookup_sys(struct bpf_map *map, void *key) in sock_hash_lookup_sys()
1204 static void *sock_hash_lookup(struct bpf_map *map, void *key) in sock_hash_lookup()
1216 static void sock_hash_release_progs(struct bpf_map *map) in sock_hash_release_progs()
1222 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
1244 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
1270 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
1299 struct bpf_map *map; member
1415 static u64 sock_hash_mem_usage(const struct bpf_map *map) in sock_hash_mem_usage()
1449 static struct sk_psock_progs *sock_map_progs(struct bpf_map *map) in sock_map_progs()
1463 static int sock_map_prog_lookup(struct bpf_map *map, struct bpf_prog ***pprog, in sock_map_prog_lookup()
1497 static int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog, in sock_map_prog_update()
1521 struct bpf_map *map; in sock_map_bpf_prog_query() local
1674 struct bpf_map *map; in sock_map_iter_attach_target() local