vrf_map
struct vrf_map vmap;
static struct vrf_map *netns_vrf_map(struct net *net)
static struct vrf_map *netns_vrf_map_by_dev(struct net_device *dev)
static int vrf_map_init(struct vrf_map *vmap)
static struct vrf_map_elem *vrf_map_lookup_elem(struct vrf_map *vmap,
static bool vrf_strict_mode(struct vrf_map *vmap)
static int vrf_strict_mode_change(struct vrf_map *vmap, bool new_mode)
struct vrf_map *vmap = netns_vrf_map(net);
static void vrf_map_add_elem(struct vrf_map *vmap, struct vrf_map_elem *me)
static void vrf_map_lock(struct vrf_map *vmap) __acquires(&vmap->vmap_lock)
static void vrf_map_unlock(struct vrf_map *vmap) __releases(&vmap->vmap_lock)
struct vrf_map *vmap = netns_vrf_map_by_dev(dev);
struct vrf_map *vmap = netns_vrf_map_by_dev(dev);
struct vrf_map *vmap = netns_vrf_map(net);