Lines Matching defs:key

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()
436 static long sock_map_delete_elem(struct bpf_map *map, void *key) in sock_map_delete_elem()
449 static int sock_map_get_next_key(struct bpf_map *map, void *key, void *next) in sock_map_get_next_key()
547 int sock_map_update_elem_sys(struct bpf_map *map, void *key, void *value, in sock_map_update_elem_sys()
588 static long sock_map_update_elem(struct bpf_map *map, void *key, in sock_map_update_elem()
614 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
637 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() argument
663 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() argument
705 struct bpf_map *map, void *key, in DEFINE_BPF_ITER_FUNC()
837 u8 key[]; member
854 static inline u32 sock_hash_bucket_hash(const void *key, u32 len) in sock_hash_bucket_hash()
866 sock_hash_lookup_elem_raw(struct hlist_head *head, u32 hash, void *key, in sock_hash_lookup_elem_raw()
880 static struct sock *__sock_hash_lookup_elem(struct bpf_map *map, void *key) in __sock_hash_lookup_elem()
928 static long sock_hash_delete_elem(struct bpf_map *map, void *key) in sock_hash_delete_elem()
952 void *key, u32 key_size, in sock_hash_alloc_elem()
978 static int sock_hash_update_common(struct bpf_map *map, void *key, in sock_hash_update_common()
1043 static int sock_hash_get_next_key(struct bpf_map *map, void *key, in sock_hash_get_next_key()
1183 static void *sock_hash_lookup_sys(struct bpf_map *map, void *key) in sock_hash_lookup_sys()
1198 static void *sock_hash_lookup(struct bpf_map *map, void *key) in sock_hash_lookup()
1216 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
1238 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
1264 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument