Lines Matching defs:map
76 struct bpf_map map; member
183 static void dev_map_free(struct bpf_map *map) in dev_map_free()
246 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key()
267 static void *__dev_map_hash_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_hash_lookup_elem()
281 static int dev_map_hash_get_next_key(struct bpf_map *map, void *key, in dev_map_hash_get_next_key()
429 static void *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem()
586 struct bpf_map *map, bool exclude_ingress) in dev_map_enqueue_multi()
702 struct bpf_prog *xdp_prog, struct bpf_map *map, in dev_map_redirect_multi()
777 static void *dev_map_lookup_elem(struct bpf_map *map, void *key) in dev_map_lookup_elem()
784 static void *dev_map_hash_lookup_elem(struct bpf_map *map, void *key) in dev_map_hash_lookup_elem()
802 static int dev_map_delete_elem(struct bpf_map *map, void *key) in dev_map_delete_elem()
817 static int dev_map_hash_delete_elem(struct bpf_map *map, void *key) in dev_map_hash_delete_elem()
888 static int __dev_map_update_elem(struct net *net, struct bpf_map *map, in __dev_map_update_elem()
928 static int dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem()
935 static int __dev_map_hash_update_elem(struct net *net, struct bpf_map *map, in __dev_map_hash_update_elem()
988 static int dev_map_hash_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_hash_update_elem()
995 static int dev_map_redirect(struct bpf_map *map, u32 ifindex, u64 flags) in dev_map_redirect()
1002 static int dev_hash_map_redirect(struct bpf_map *map, u32 ifindex, u64 flags) in dev_hash_map_redirect()