Home
last modified time | relevance | path

Searched refs:exit_batch_rtnl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/core/
H A Dnet_namespace.c367 if (ops->exit_batch_rtnl) in setup_net()
368 ops->exit_batch_rtnl(&net_exit_list, &dev_kill_list); in setup_net()
644 if (ops->exit_batch_rtnl) in cleanup_net()
645 ops->exit_batch_rtnl(&net_exit_list, &dev_kill_list); in cleanup_net()
1193 if (ops->exit_batch_rtnl) { in free_exit_list()
1197 ops->exit_batch_rtnl(net_exit_list, &dev_kill_list); in free_exit_list()
/openbmc/linux/include/net/
H A Dnet_namespace.h455 void (*exit_batch_rtnl)(struct list_head *net_exit_list,
446 void (*exit_batch_rtnl)(struct list_head *net_exit_list, global() member
/openbmc/linux/drivers/net/
H A Dgtp.c1911 .exit_batch_rtnl = gtp_net_exit_batch_rtnl,