Lines Matching refs:rtentry
42 struct rtentry *rc_rt; /* Target entry */
78 int rib_match_gw(const struct rtentry *rt, const struct nhop_object *nh,
101 typedef int rib_walktree_f_t(struct rtentry *, void *);
126 const struct rtentry *
131 bool rt_is_host(const struct rtentry *rt);
132 sa_family_t rt_get_family(const struct rtentry *);
133 struct nhop_object *rt_get_raw_nhop(const struct rtentry *rt);
134 void rt_get_rnd(const struct rtentry *rt, struct route_nhop_data *rnd);
135 bool rt_is_exportable(const struct rtentry *rt, struct ucred *cred);
138 void rt_get_inet_prefix_plen(const struct rtentry *rt, struct in_addr *paddr,
140 void rt_get_inet_prefix_pmask(const struct rtentry *rt, struct in_addr *paddr,
142 struct rtentry *rt_get_inet_parent(uint32_t fibnum, struct in_addr addr, int plen);
146 void rt_get_inet6_prefix_plen(const struct rtentry *rt, struct in6_addr *paddr,
148 void rt_get_inet6_prefix_pmask(const struct rtentry *rt, struct in6_addr *paddr,
150 struct rtentry *rt_get_inet6_parent(uint32_t fibnum, const struct in6_addr *paddr,