Lines Matching refs:rtentry
146 #define RNTORT(p) ((struct rtentry *)(p))
148 struct rtentry { struct
182 struct rtentry *rt_chain; /* pointer to next rtentry to delete */ argument
207 void tmproutes_update(struct rib_head *rnh, struct rtentry *rt, struct nhop_object *nh);
213 int change_route(struct rib_head *rnh, struct rtentry *rt,
215 int change_route_conditional(struct rib_head *rnh, struct rtentry *rt,
218 struct rtentry *lookup_prefix(struct rib_head *rnh,
220 struct rtentry *lookup_prefix_rt(struct rib_head *rnh, const struct rtentry *rt,
222 int rib_copy_route(struct rtentry *rt, const struct route_nhop_data *rnd_src,
228 const struct rtentry *rt, const struct nhop_object *nh);
234 void rt_free(struct rtentry *rt);
235 void rt_free_immediate(struct rtentry *rt);
236 struct rtentry *rt_alloc(struct rib_head *rnh, const struct sockaddr *dst,
295 struct rtentry *rt, struct route_nhop_data *rnd_add,
307 int nhgrp_get_filtered_group(struct rib_head *rh, const struct rtentry *rt,
319 int rtsock_routemsg(int cmd, struct rtentry *rt, struct nhop_object *nh,