Lines Matching defs:rt
143 #define RT_REFCNT_TRACE(rt) printf("%s:%d: rt=%p refcnt=%d\n", \ argument
146 #define RT_REFCNT_TRACE(rt) do {} while (0) argument
330 rt_destroy(struct rtentry *rt) in rt_destroy()
342 rt_setkey(struct rtentry *rt, const struct sockaddr *key, int flags) in rt_setkey()
356 rt_get_ifa(struct rtentry *rt) in rt_get_ifa()
377 rt_set_ifa1(struct rtentry *rt, struct ifaddr *ifa) in rt_set_ifa1()
388 rt_ifa_connected(const struct rtentry *rt, const struct ifaddr *ifa) in rt_ifa_connected()
409 rt_replace_ifa(struct rtentry *rt, struct ifaddr *ifa) in rt_replace_ifa()
439 rt_set_ifa(struct rtentry *rt, struct ifaddr *ifa) in rt_set_ifa()
515 dump_rt(const struct rtentry *rt) in dump_rt()
552 struct rtentry *rt; in rtalloc1_locked() local
611 struct rtentry *rt; in rtalloc1() local
621 rt_ref(struct rtentry *rt) in rt_ref()
629 rt_unref(struct rtentry *rt) in rt_unref()
661 rt_wait_refcnt(const char *title, struct rtentry *rt, int cnt) in rt_wait_refcnt()
675 rt_wait_psref(struct rtentry *rt) in rt_wait_psref()
683 _rt_free(struct rtentry *rt) in _rt_free()
718 struct rtentry *rt; in rt_free_work() local
734 rt_free(struct rtentry *rt) in rt_free()
770 rt_update_prepare(struct rtentry *rt) in rt_update_prepare()
804 rt_update_finish(struct rtentry *rt) in rt_update_finish()
833 struct rtentry *rt; in rtredirect() local
959 rtdeletemsg(struct rtentry *rt) in rtdeletemsg()
1012 struct rtentry *rt; in ifa_ifwithroute_psref() local
1145 struct rtentry *rt; in rtrequest1() local
1323 rt_setgate(struct rtentry *rt, const struct sockaddr *gate) in rt_setgate()
1371 rt_update_get_ifa(const struct rt_addrinfo *info, const struct rtentry *rt, in rt_update_get_ifa()
1432 rt_update(struct rtentry *rt, struct rt_addrinfo *info, void *rtm) in rt_update()
1550 rt_newmsg(const int cmd, const struct rtentry *rt) in rt_newmsg()
1570 rt_newmsg_dynamic(const int cmd, const struct rtentry *rt) in rt_newmsg_dynamic()
1618 struct rtentry *rt; in rtinit() local
1691 struct rtentry *rt; in rt_ifa_addlocal() local
1739 struct rtentry *rt; in rt_ifa_remlocal() local
1908 rt_timer_remove_all(struct rtentry *rt) in rt_timer_remove_all()
1926 rt_timer_add(struct rtentry *rt, in rt_timer_add()
2016 struct rtentry *rt; in _rtcache_init() local
2064 struct rtentry *rt; in rtcache_copy() local
2091 rtcache_trace(const char *func, struct rtentry *rt, struct route *ro) in rtcache_trace()
2099 #define RTCACHE_PSREF_TRACE(rt, ro) rtcache_trace(__func__, (rt), (ro)) argument
2101 #define RTCACHE_PSREF_TRACE(rt, ro) do {} while (0) argument
2105 rtcache_ref(struct rtentry *rt, struct route *ro) in rtcache_ref()
2120 rtcache_unref(struct rtentry *rt, struct route *ro) in rtcache_unref()
2136 struct rtentry *rt = NULL; in rtcache_validate() local
2181 struct rtentry *rt = NULL; in rtcache_lookup2() local
2274 rt_settag(struct rtentry *rt, const struct sockaddr *tag) in rt_settag()
2285 rt_gettag(const struct rtentry *rt) in rt_gettag()
2291 rt_check_reject_route(const struct rtentry *rt, const struct ifnet *ifp) in rt_check_reject_route()
2316 struct rtentry *rt, *retrt = NULL; in rt_delete_matched_entries() local
2372 struct rtentry *rt; in rt_replace_ifa_matched_entries() local
2473 db_show_rtentry(struct rtentry *rt, void *w) in db_show_rtentry()