HomeSort by: relevance | last modified time | path
    Searched defs:rt_free (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
route.c 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) function in typeref:typename:void
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)
    [all...]
route.c 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) function in typeref:typename:void
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)
    [all...]

Completed in 23 milliseconds