Lines Matching defs:rt_free
201 * rt_free
203 * - If rt_free is called in softint, the actual destruction routine is
481 error = workqueue_create(&rt_free_global.wq, "rt_free",
726 SLIST_REMOVE_HEAD(&rt_free_global.queue, rt_free);
734 rt_free(struct rtentry *rt)
746 SLIST_INSERT_HEAD(&rt_free_global.queue, rt, rt_free);
1208 rt_free(rt);
1666 rt_free(rt);
1764 rt_free(rt);
2341 rt_free(retrt);