Lines Matching refs:bpf_map

58 	struct bpf_map map;
70 struct bpf_map map;
93 struct bpf_map *map;
1657 static struct bpf_map *sock_map_alloc(union bpf_attr *attr) in sock_map_alloc()
1740 static void sock_map_free(struct bpf_map *map) in sock_map_free()
1781 static int sock_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in sock_map_get_next_key()
1799 struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem()
1809 static int sock_map_delete_elem(struct bpf_map *map, void *key) in sock_map_delete_elem()
1868 static int __sock_map_ctx_update_elem(struct bpf_map *map, in __sock_map_ctx_update_elem()
1985 struct bpf_map *map, in sock_map_ctx_update_elem()
2044 int sock_map_prog(struct bpf_map *map, struct bpf_prog *prog, u32 type) in sock_map_prog()
2085 struct bpf_map *map; in sockmap_get_from_fd()
2099 static void *sock_map_lookup(struct bpf_map *map, void *key) in sock_map_lookup()
2104 static int sock_map_update_elem(struct bpf_map *map, in sock_map_update_elem()
2143 static void sock_map_release(struct bpf_map *map) in sock_map_release()
2170 static struct bpf_map *sock_hash_alloc(union bpf_attr *attr) in sock_hash_alloc()
2248 static void sock_hash_free(struct bpf_map *map) in sock_hash_free()
2325 static int sock_hash_get_next_key(struct bpf_map *map, in sock_hash_get_next_key()
2378 struct bpf_map *map, in sock_hash_ctx_update_elem()
2464 static int sock_hash_update_elem(struct bpf_map *map, in sock_hash_update_elem()
2503 static int sock_hash_delete_elem(struct bpf_map *map, void *key) in sock_hash_delete_elem()
2541 struct sock *__sock_hash_lookup_elem(struct bpf_map *map, void *key) in __sock_hash_lookup_elem()
2588 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
2613 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument