Searched refs:peernet2id_alloc (Results 1 – 8 of 8) sorted by relevance
/linux/include/net/ |
A D | net_namespace.h | 353 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp);
|
/linux/net/core/ |
A D | net_namespace.c | 229 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp) in peernet2id_alloc() function 264 EXPORT_SYMBOL_GPL(peernet2id_alloc);
|
A D | rtnetlink.c | 1574 int id = peernet2id_alloc(src_net, link_net, gfp); in rtnl_fill_link_netnsid()
|
A D | dev.c | 11225 new_nsid = peernet2id_alloc(dev_net(dev), net, GFP_KERNEL); in __dev_change_net_namespace()
|
/linux/net/openvswitch/ |
A D | datapath.c | 2060 int id = peernet2id_alloc(net, dev_net(vport->dev), gfp); in ovs_vport_cmd_fill_info()
|
/linux/ |
A D | vmlinux.symvers | 9437 0x00000000 peernet2id_alloc vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 50700 ffff800010d86430 T peernet2id_alloc
|
A D | .tmp_System.map | 50700 ffff800010d86430 T peernet2id_alloc
|
Completed in 938 milliseconds