Searched refs:peernet2id_alloc (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/ |
| A D | net_namespace.h | 418 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp);
|
| /linux/net/devlink/ |
| A D | netlink.c | 148 int id = peernet2id_alloc(net, devl_net, GFP_ATOMIC); in devlink_nl_put_nested_handle()
|
| /linux/net/core/ |
| A D | net_namespace.c | 237 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp) in peernet2id_alloc() function 272 EXPORT_SYMBOL_GPL(peernet2id_alloc);
|
| A D | rtnetlink.c | 1675 int id = peernet2id_alloc(src_net, link_net, gfp); in rtnl_fill_link_netnsid()
|
| A D | dev.c | 11590 new_nsid = peernet2id_alloc(dev_net(dev), net, GFP_KERNEL); in __dev_change_net_namespace()
|
| /linux/net/openvswitch/ |
| A D | datapath.c | 2122 int id = peernet2id_alloc(net, dev_net(vport->dev), gfp); in ovs_vport_cmd_fill_info()
|
Completed in 44 milliseconds