Searched refs:peernet2id_alloc (Results 1 – 6 of 6) sorted by relevance
/linux/net/devlink/ |
H A D | netlink.c | 148 int id = peernet2id_alloc(net, devl_net, GFP_ATOMIC); in devlink_nl_put_nested_handle()
|
/linux/include/net/ |
H A D | net_namespace.h | 441 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp);
|
/linux/net/core/ |
H A D | net_namespace.c | 236 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp) in peernet2id_alloc() function 271 EXPORT_SYMBOL_GPL(peernet2id_alloc);
|
H A D | rtnetlink.c | 1842 int id = peernet2id_alloc(src_net, link_net, gfp); in rtnl_fill_link_netnsid()
|
H A D | dev.c | 12072 new_nsid = peernet2id_alloc(dev_net(dev), net, GFP_KERNEL); in __dev_change_net_namespace()
|
/linux/net/openvswitch/ |
H A D | datapath.c | 2124 int id = peernet2id_alloc(net, net_vport, GFP_ATOMIC); in ovs_vport_cmd_fill_info()
|