Lines Matching defs:key
264 static struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem()
275 static void *sock_map_lookup(struct bpf_map *map, void *key) in sock_map_lookup()
308 static int sock_map_delete_elem(struct bpf_map *map, void *key) in sock_map_delete_elem()
321 static int sock_map_get_next_key(struct bpf_map *map, void *key, void *next) in sock_map_get_next_key()
402 static int sock_map_update_elem(struct bpf_map *map, void *key, in sock_map_update_elem()
434 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
457 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() argument
481 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() argument
518 u8 key[0]; member
535 static inline u32 sock_hash_bucket_hash(const void *key, u32 len) in sock_hash_bucket_hash()
547 sock_hash_lookup_elem_raw(struct hlist_head *head, u32 hash, void *key, in sock_hash_lookup_elem_raw()
561 static struct sock *__sock_hash_lookup_elem(struct bpf_map *map, void *key) in __sock_hash_lookup_elem()
609 static int sock_hash_delete_elem(struct bpf_map *map, void *key) in sock_hash_delete_elem()
633 void *key, u32 key_size, in sock_hash_alloc_elem()
658 static int sock_hash_update_common(struct bpf_map *map, void *key, in sock_hash_update_common()
726 static int sock_hash_update_elem(struct bpf_map *map, void *key, in sock_hash_update_elem()
756 static int sock_hash_get_next_key(struct bpf_map *map, void *key, in sock_hash_get_next_key()
886 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
908 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
932 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument