Lines Matching defs:vmap
108 struct vrf_map vmap; member
217 static struct vrf_map_elem *vrf_map_lookup_elem(struct vrf_map *vmap, in vrf_map_lookup_elem()
232 static void vrf_map_add_elem(struct vrf_map *vmap, struct vrf_map_elem *me) in vrf_map_add_elem()
246 static void vrf_map_lock(struct vrf_map *vmap) __acquires(&vmap->vmap_lock) in vrf_map_lock()
251 static void vrf_map_unlock(struct vrf_map *vmap) __releases(&vmap->vmap_lock) in vrf_map_unlock()
260 struct vrf_map *vmap = netns_vrf_map_by_dev(dev); in vrf_map_register_dev() local
319 struct vrf_map *vmap = netns_vrf_map_by_dev(dev); in vrf_map_unregister_dev() local
350 struct vrf_map *vmap = netns_vrf_map(net); in vrf_ifindex_lookup_by_table_id() local
1854 static int vrf_map_init(struct vrf_map *vmap) in vrf_map_init()
1865 static bool vrf_strict_mode(struct vrf_map *vmap) in vrf_strict_mode()
1876 static int vrf_strict_mode_change(struct vrf_map *vmap, bool new_mode) in vrf_strict_mode_change()
1915 struct vrf_map *vmap = netns_vrf_map(net); in vrf_shared_table_handler() local