Home
last modified time | relevance | path

Searched refs:nn_vrf (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/
Dvrf.c176 struct netns_vrf *nn_vrf = net_generic(net, vrf_net_id); in netns_vrf_map() local
178 return &nn_vrf->vmap; in netns_vrf_map()
1660 struct netns_vrf *nn_vrf; in vrf_newlink() local
1696 nn_vrf = net_generic(net, vrf_net_id); in vrf_newlink()
1698 add_fib_rules = &nn_vrf->add_fib_rules; in vrf_newlink()
1886 static int vrf_netns_init_sysctl(struct net *net, struct netns_vrf *nn_vrf) in vrf_netns_init_sysctl() argument
1897 nn_vrf->ctl_hdr = register_net_sysctl(net, "net/vrf", table); in vrf_netns_init_sysctl()
1898 if (!nn_vrf->ctl_hdr) { in vrf_netns_init_sysctl()
1908 struct netns_vrf *nn_vrf = net_generic(net, vrf_net_id); in vrf_netns_exit_sysctl() local
1911 table = nn_vrf->ctl_hdr->ctl_table_arg; in vrf_netns_exit_sysctl()
[all …]