taglinefilesource code
rtable31include/net/route.hstruct rtable    *rt_next;
rtable49include/net/route.hextern struct rtable  *ip_rt_route(__u32 daddr, struct options *opt, __u32 *src_addr);
rtable50include/net/route.hextern struct rtable   *ip_rt_local(__u32 daddr, struct options *opt, __u32 *src_addr);
rtable199include/net/sock.hstruct rtable    *ip_route_cache;  /* Cached output route */
rtable1222net/ipv4/arp.cstruct rtable *rt;
rtable429net/ipv4/icmp.cstruct rtable *rt;
rtable645net/ipv4/ip.cstruct rtable *rt;
rtable1527net/ipv4/ip.cstruct rtable *rt;  /* Route we use */
rtable2792net/ipv4/ip.cstruct rtable *rt;
rtable2846net/ipv4/ip.cstruct rtable *rt;
rtable3088net/ipv4/ip.cstruct rtable *rt;
rtable295net/ipv4/rarp.cstruct rtable *rt;
rtable71net/ipv4/route.cstatic struct rtable *rt_base = NULL;
rtable78net/ipv4/route.cstatic struct rtable *rt_loopback = NULL;
rtable87net/ipv4/route.cstruct rtable *r, **rp;
rtable125net/ipv4/route.ckfree_s(r, sizeof(struct rtable));
rtable145net/ipv4/route.cstruct rtable *r;
rtable146net/ipv4/route.cstruct rtable **rp;
rtable160net/ipv4/route.ckfree_s(r, sizeof(struct rtable));
rtable208net/ipv4/route.cstruct rtable * rt;
rtable238net/ipv4/route.cstruct rtable *r, *rt;
rtable239net/ipv4/route.cstruct rtable **rp;
rtable298net/ipv4/route.crt = (struct rtable *) kmalloc(sizeof(struct rtable), GFP_ATOMIC);
rtable303net/ipv4/route.cmemset(rt, 0, sizeof(struct rtable));
rtable356net/ipv4/route.ckfree_s(r, sizeof(struct rtable));
rtable577net/ipv4/route.cstruct rtable *r;
rtable636net/ipv4/route.cstruct rtable * ip_rt_route(__u32 daddr, struct options *opt, __u32 *src_addr)
rtable638net/ipv4/route.cstruct rtable *rt;
rtable670net/ipv4/route.cstruct rtable * ip_rt_local(__u32 daddr, struct options *opt, __u32 *src_addr)
rtable672net/ipv4/route.cstruct rtable *rt;
rtable636net/ipv4/tcp.cstruct rtable *rt;
rtable2882net/ipv4/tcp.cstruct rtable *rt;
rtable4478net/ipv4/tcp.cstruct rtable *rt;
rtable534net/ipv4/udp.cstruct rtable *rt;