Searched refs:rt_next (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Drtmp.h32 struct rtmptab *rt_next, member in struct:rtmptab
H A Drtmp.c269 gate->g_rt = rtmp->rt_next;
270 rtmp->rt_next->rt_prev = rtmp->rt_prev;
273 if ( rtmp->rt_next == NULL ) { /* last */
274 rtmp->rt_prev->rt_next = NULL;
277 rtmp->rt_prev->rt_next = rtmp->rt_next;
278 rtmp->rt_next->rt_prev = rtmp->rt_prev;
304 for ( rtmp = gate->g_rt; rtmp; rtmp = rtmp->rt_next ) {
601 for ( rtmp = gate->g_rt; rtmp; rtmp = rtmp->rt_next ) {
699 if ( rtmp->rt_next !
[all...]
H A Dzip.c293 for ( rtmp = gate->g_rt; rtmp; rtmp = rtmp->rt_next ) {
303 gate->g_rt->rt_prev->rt_next = gate->g_rt;
305 rtmp->rt_prev->rt_next = NULL;
400 for ( rtmp = gate->g_rt; rtmp; rtmp = rtmp->rt_next ) {
421 if ( rtmp->rt_next != NULL ) {
422 gate->g_rt->rt_prev->rt_next = gate->g_rt;
423 gate->g_rt = rtmp->rt_next;
424 rtmp->rt_next = NULL;
H A Dmain.c342 frtmp = rtmp->rt_next;
434 frtmp = rtmp->rt_next;
489 rtmp = rtmp->rt_next;
500 rtmp = rtmp->rt_next;
776 for ( rt = gate->g_rt; rt; rt = rt->rt_next ) {
815 for ( rt = gate->g_rt; rt; rt = rt->rt_next ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Droute.c292 r = rcu_dereference_bh(r->dst.rt_next);
304 r = r->dst.rt_next;
625 rth->fl.iif && rth->dst.rt_next;
737 for (tail = rth; tail; tail = tail->dst.rt_next)
746 next = p->dst.rt_next;
748 prev = &p->dst.rt_next;
763 next = rth->dst.rt_next;
794 aux = aux->dst.rt_next;
834 prefetch(rth->dst.rt_next);
836 *rthp = rth->dst.rt_next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddst.h97 struct rtable *rt_next; member in union:dst_entry::__anon18350

Completed in 206 milliseconds