Searched refs:rtnl_net_notifyid (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/core/ |
D | net_namespace.c | 210 static void rtnl_net_notifyid(struct net *net, int cmd, int id); 225 rtnl_net_notifyid(net, RTM_NEWNSID, id); in peernet2id_alloc() 413 rtnl_net_notifyid(tmp, RTM_DELNSID, id); in cleanup_net() 576 rtnl_net_notifyid(net, RTM_NEWNSID, err); in rtnl_net_newid() 706 static void rtnl_net_notifyid(struct net *net, int cmd, int id) in rtnl_net_notifyid() function
|