taglinefilesource code
rtable31include/net/route.hstruct rtable    *rt_next;
rtable49include/net/route.hextern struct rtable  *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr);
rtable50include/net/route.hextern struct rtable   *ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr);
rtable172include/net/sock.hstruct rtable      *ip_route_cache;  /* Cached output route       */
rtable1166net/ipv4/arp.cstruct rtable *rt;
rtable355net/ipv4/icmp.cstruct rtable *rt;
rtable214net/ipv4/ip.cstruct rtable *rt;
rtable1017net/ipv4/ip.cstruct rtable *rt;  /* Route we use */
rtable2105net/ipv4/ip.cstruct rtable *rt;
rtable2159net/ipv4/ip.cstruct rtable *rt;
rtable2342net/ipv4/ip.cstruct rtable *rt;
rtable240net/ipv4/rarp.cstruct rtable *rt;
rtable65net/ipv4/route.cstatic struct rtable *rt_base = NULL;
rtable72net/ipv4/route.cstatic struct rtable *rt_loopback = NULL;
rtable80net/ipv4/route.cstruct rtable *r, **rp;
rtable109net/ipv4/route.ckfree_s(r, sizeof(struct rtable));
rtable124net/ipv4/route.cstruct rtable *r;
rtable125net/ipv4/route.cstruct rtable **rp;
rtable139net/ipv4/route.ckfree_s(r, sizeof(struct rtable));
rtable187net/ipv4/route.cstruct rtable * rt;
rtable216net/ipv4/route.cstruct rtable *r, *rt;
rtable217net/ipv4/route.cstruct rtable **rp;
rtable275net/ipv4/route.crt = (struct rtable *) kmalloc(sizeof(struct rtable), GFP_ATOMIC);
rtable280net/ipv4/route.cmemset(rt, 0, sizeof(struct rtable));
rtable326net/ipv4/route.ckfree_s(r, sizeof(struct rtable));
rtable515net/ipv4/route.cstruct rtable *r;
rtable566net/ipv4/route.cstruct rtable * ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr)
rtable568net/ipv4/route.cstruct rtable *rt;
rtable600net/ipv4/route.cstruct rtable * ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr)
rtable602net/ipv4/route.cstruct rtable *rt;
rtable2646net/ipv4/tcp.cstruct rtable *rt;
rtable4226net/ipv4/tcp.cstruct rtable *rt;
rtable471net/ipv4/udp.cstruct rtable *rt;