Lines Matching +defs:map +defs:obj
75 struct bpf_map map; member
184 static void dev_map_free(struct bpf_map *map) in dev_map_free()
254 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key()
275 static void *__dev_map_hash_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_hash_lookup_elem()
289 static int dev_map_hash_get_next_key(struct bpf_map *map, void *key, in dev_map_hash_get_next_key()
439 static void *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem()
442 struct bpf_dtab_netdev *obj; in __dev_map_lookup_elem() local
548 static bool is_valid_dst(struct bpf_dtab_netdev *obj, struct xdp_frame *xdpf) in is_valid_dst()
566 static int dev_map_enqueue_clone(struct bpf_dtab_netdev *obj, in dev_map_enqueue_clone()
607 struct bpf_map *map, bool exclude_ingress) in dev_map_enqueue_multi()
724 struct bpf_map *map, bool exclude_ingress) in dev_map_redirect_multi()
795 static void *dev_map_lookup_elem(struct bpf_map *map, void *key) in dev_map_lookup_elem()
797 struct bpf_dtab_netdev *obj = __dev_map_lookup_elem(map, *(u32 *)key); in dev_map_lookup_elem() local
802 static void *dev_map_hash_lookup_elem(struct bpf_map *map, void *key) in dev_map_hash_lookup_elem()
804 struct bpf_dtab_netdev *obj = __dev_map_hash_lookup_elem(map, in dev_map_hash_lookup_elem() local
820 static long dev_map_delete_elem(struct bpf_map *map, void *key) in dev_map_delete_elem()
837 static long dev_map_hash_delete_elem(struct bpf_map *map, void *key) in dev_map_hash_delete_elem()
907 static long __dev_map_update_elem(struct net *net, struct bpf_map *map, in __dev_map_update_elem()
949 static long dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem()
956 static long __dev_map_hash_update_elem(struct net *net, struct bpf_map *map, in __dev_map_hash_update_elem()
1009 static long dev_map_hash_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_hash_update_elem()
1016 static long dev_map_redirect(struct bpf_map *map, u64 ifindex, u64 flags) in dev_map_redirect()
1023 static long dev_hash_map_redirect(struct bpf_map *map, u64 ifindex, u64 flags) in dev_hash_map_redirect()
1030 static u64 dev_map_mem_usage(const struct bpf_map *map) in dev_map_mem_usage()