Lines Matching defs:vrf_map
47 struct vrf_map {
106 struct vrf_map vmap;
175 static struct vrf_map *netns_vrf_map(struct net *net)
182 static struct vrf_map *netns_vrf_map_by_dev(struct net_device *dev)
225 static struct vrf_map_elem *vrf_map_lookup_elem(struct vrf_map *vmap,
240 static void vrf_map_add_elem(struct vrf_map *vmap, struct vrf_map_elem *me)
254 static void vrf_map_lock(struct vrf_map *vmap) __acquires(&vmap->vmap_lock)
259 static void vrf_map_unlock(struct vrf_map *vmap) __releases(&vmap->vmap_lock)
268 struct vrf_map *vmap = netns_vrf_map_by_dev(dev);
294 /* we already have an entry in the vrf_map, so it means there is (at
327 struct vrf_map *vmap = netns_vrf_map_by_dev(dev);
358 struct vrf_map *vmap = netns_vrf_map(net);
1809 static int vrf_map_init(struct vrf_map *vmap)
1820 static bool vrf_strict_mode(struct vrf_map *vmap)
1831 static int vrf_strict_mode_change(struct vrf_map *vmap, bool new_mode)
1870 struct vrf_map *vmap = netns_vrf_map(net);