Lines Matching refs:bpf_map
76 struct bpf_map map;
171 static struct bpf_map *dev_map_alloc(union bpf_attr *attr) in dev_map_alloc()
196 static void dev_map_free(struct bpf_map *map) in dev_map_free()
249 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key()
272 struct bpf_dtab_netdev *__dev_map_hash_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_hash_lookup_elem()
285 static int dev_map_hash_get_next_key(struct bpf_map *map, void *key, in dev_map_hash_get_next_key()
386 void __dev_map_flush(struct bpf_map *map) in __dev_map_flush()
402 struct bpf_dtab_netdev *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem()
477 static void *dev_map_lookup_elem(struct bpf_map *map, void *key) in dev_map_lookup_elem()
485 static void *dev_map_hash_lookup_elem(struct bpf_map *map, void *key) in dev_map_hash_lookup_elem()
520 static int dev_map_delete_elem(struct bpf_map *map, void *key) in dev_map_delete_elem()
543 static int dev_map_hash_delete_elem(struct bpf_map *map, void *key) in dev_map_hash_delete_elem()
604 static int __dev_map_update_elem(struct net *net, struct bpf_map *map, in __dev_map_update_elem()
638 static int dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem()
645 static int __dev_map_hash_update_elem(struct net *net, struct bpf_map *map, in __dev_map_hash_update_elem()
695 static int dev_map_hash_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_hash_update_elem()