Home
last modified time | relevance | path

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

/linux/net/devlink/
H A Dnetlink.c148 int id = peernet2id_alloc(net, devl_net, GFP_ATOMIC); in devlink_nl_put_nested_handle()
/linux/include/net/
H A Dnet_namespace.h441 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp);
/linux/net/core/
H A Dnet_namespace.c236 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp) in peernet2id_alloc() function
271 EXPORT_SYMBOL_GPL(peernet2id_alloc);
H A Drtnetlink.c1842 int id = peernet2id_alloc(src_net, link_net, gfp); in rtnl_fill_link_netnsid()
H A Ddev.c12072 new_nsid = peernet2id_alloc(dev_net(dev), net, GFP_KERNEL); in __dev_change_net_namespace()
/linux/net/openvswitch/
H A Ddatapath.c2124 int id = peernet2id_alloc(net, net_vport, GFP_ATOMIC); in ovs_vport_cmd_fill_info()