Searched refs:peernet2id_alloc (Results 1 – 9 of 9) sorted by relevance
| /linux/include/net/ |
| H A D | net_namespace.h | 457 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp);
|
| /linux/net/devlink/ |
| H A D | netlink.c | 158 int id = peernet2id_alloc(net, devl_net, GFP_ATOMIC); in devlink_nl_put_nested_handle()
|
| /linux/net/core/ |
| H A D | net_namespace.c | 315 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp) in peernet2id_alloc() function 350 EXPORT_SYMBOL_GPL(peernet2id_alloc);
|
| H A D | netdev-genl.c | 425 s32 id = peernet2id_alloc(net, peer_net, GFP_ATOMIC); in netdev_nl_queue_fill_lease()
|
| H A D | rtnetlink.c | 1939 int id = peernet2id_alloc(src_net, link_net, gfp); in rtnl_fill_link_netnsid()
|
| H A D | dev.c | 12821 new_nsid = peernet2id_alloc(dev_net(dev), net, GFP_KERNEL); in __dev_change_net_namespace()
|
| /linux/net/psp/ |
| H A D | psp_nl.c | 262 peernet2id_alloc(cur_net, dev_net_ns, in psp_nl_fill_assoc_dev_list()
|
| /linux/drivers/net/ovpn/ |
| H A D | netlink.c | 578 id = peernet2id_alloc(genl_info_net(info), in ovpn_nl_send_peer()
|
| /linux/net/openvswitch/ |
| H A D | datapath.c | 2181 int id = peernet2id_alloc(net, net_vport, GFP_ATOMIC); in ovs_vport_cmd_fill_info()
|