Lines Matching defs:map
48 struct bpf_map map; member
572 static void sock_map_free(struct bpf_map *map) in sock_map_free()
613 static int sock_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in sock_map_get_next_key()
631 struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem()
641 static int sock_map_delete_elem(struct bpf_map *map, void *key) in sock_map_delete_elem()
698 struct bpf_map *map, in sock_map_ctx_update_elem()
822 int sock_map_prog(struct bpf_map *map, struct bpf_prog *prog, u32 type) in sock_map_prog()
847 static void *sock_map_lookup(struct bpf_map *map, void *key) in sock_map_lookup()
852 static int sock_map_update_elem(struct bpf_map *map, in sock_map_update_elem()
881 static void sock_map_release(struct bpf_map *map) in sock_map_release()
904 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument