Searched defs:rtentry (Results 1 – 5 of 5) sorted by relevance
27 struct rtentry { struct28 struct rtentry *rt_next; /* link to next entry MUST BE FIRST */ argument42 struct rtentry *rt_prev; /* link to previous entry */ argument43 struct gtable *rt_groups; /* link to active groups */
116 struct rtentry { struct 118 SRPL_ENTRY(rtentry) rt_next; /* [R] next mpath entry to our dst */ argument 124 struct rtentry *_nh; /* [X] rtentry for rt_gateway */ argument 129 struct rtentry *rt_parent; /* [N] if cloned, parent rtentry */ argument 131 rt_rmxrtentry global() argument 132 rt_ifidxrtentry global() argument 133 rt_flagsrtentry global() argument 134 rt_refcntrtentry global() argument 135 rt_plenrtentry global() argument 136 rt_labelidrtentry global() argument 137 rt_priorityrtentry global() argument [all...]
753 int (*func)(struct rtentry *, void *, unsigned int), void *arg) in rtable_walk() argument
1536 rt_timer_queue_init(struct rttimer_queue * rtq,int timeout,void (* func)(struct rtentry *,u_int)) rt_timer_queue_init() argument [all...]
66 struct rtentry rtentry; variable