Searched refs:peernet2id_alloc (Results 1 – 7 of 7) 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 | 454 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp);
|
| /linux/net/core/ |
| H A D | net_namespace.c | 314 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp) in peernet2id_alloc() function 349 EXPORT_SYMBOL_GPL(peernet2id_alloc);
|
| H A D | rtnetlink.c | 1862 int id = peernet2id_alloc(src_net, link_net, gfp); in rtnl_fill_link_netnsid()
|
| H A D | dev.c | 12611 new_nsid = peernet2id_alloc(dev_net(dev), net, GFP_KERNEL); in __dev_change_net_namespace()
|
| /linux/drivers/net/ovpn/ |
| H A D | netlink.c | 563 id = peernet2id_alloc(genl_info_net(info), in ovpn_nl_send_peer()
|
| /linux/net/openvswitch/ |
| H A D | datapath.c | 2152 int id = peernet2id_alloc(net, net_vport, GFP_ATOMIC); in ovs_vport_cmd_fill_info()
|