taglinefilesource code
rtable130drivers/net/new_tunnel.cstruct rtable *rt;           /* Route to the other host */
rtable89include/net/ip.hextern int     ip_send(struct rtable *rt, struct sk_buff *skb, __u32 daddr, int len, struct device *dev, __u32 saddr);
rtable95include/net/ip.hint tos,int ttl,struct rtable **rp);
rtable172include/net/route.hstruct rtable    *rt_next;
rtable190include/net/route.hextern struct rtable  *ip_rt_slow_route(__u32 daddr, int local);
rtable197include/net/route.hextern void    ip_rt_advice(struct rtable **rp, int advice);
rtable202include/net/route.hextern struct rtable   *ip_rt_hash_table[RT_HASH_DIVISOR];
rtable227include/net/route.hextern __inline__ void ip_rt_put(struct rtable * rt)
rtable238include/net/route.hextern struct rtable * ip_rt_route(__u32 daddr, int local);
rtable240include/net/route.hextern __inline__ struct rtable * ip_rt_route(__u32 daddr, int local)
rtable243include/net/route.hstruct rtable * rth;
rtable265include/net/route.hextern __inline__ struct rtable * ip_check_route(struct rtable ** rp,
rtable268include/net/route.hstruct rtable * rt = *rp;
rtable294include/net/sock.hstruct rtable    *ip_route_cache;  /* Cached output route */
rtable342include/net/sock.hint tos, int ttl, struct rtable ** rp);
rtable1876net/ipv4/arp.cstruct rtable *rt;
rtable82net/ipv4/ip_alias.cstruct rtable *rt;
rtable95net/ipv4/ip_forward.cstruct rtable *rt;  /* Route we use */
rtable119net/ipv4/ip_output.cint ip_send(struct rtable * rt, struct sk_buff *skb, __u32 daddr, int len, struct device *dev, __u32 saddr)
rtable156net/ipv4/ip_output.cstatic int ip_send_room(struct rtable * rt, struct sk_buff *skb, __u32 daddr, int len, struct device *dev, __u32 saddr)
rtable199net/ipv4/ip_output.cint len, int tos, int ttl, struct rtable ** rp)
rtable201net/ipv4/ip_output.cstruct rtable *rt;
rtable579net/ipv4/ip_output.cstruct rtable *rt;
rtable264net/ipv4/ip_sockglue.cstruct rtable *rt;
rtable320net/ipv4/ip_sockglue.cstruct rtable *rt;
rtable291net/ipv4/rarp.cstruct rtable *rt;
rtable151net/ipv4/route.cstruct rtable     *ip_rt_hash_table[RT_HASH_DIVISOR];
rtable153net/ipv4/route.cstatic struct rtable   *rt_free_queue;
rtable157net/ipv4/route.cstatic void rt_cache_add(unsigned hash, struct rtable * rth);
rtable638net/ipv4/route.cht = kmalloc(RTZ_HASH_DIVISOR*sizeof(struct rtable*), GFP_KERNEL);
rtable900net/ipv4/route.cstruct rtable *r;
rtable954net/ipv4/route.cstatic void rt_free(struct rtable * rt)
rtable989net/ipv4/route.cstruct rtable *rt, **rtp;
rtable1052net/ipv4/route.cstruct rtable *rth, **rthp;
rtable1063net/ipv4/route.cstruct rtable * rth_next = rth->rt_next;
rtable1116net/ipv4/route.cstruct rtable *rt;
rtable1123net/ipv4/route.crt = (struct rtable *) kmalloc(sizeof(struct rtable), GFP_ATOMIC);
rtable1126net/ipv4/route.cmemset(rt, 0, sizeof(struct rtable));
rtable1147net/ipv4/route.cstruct rtable * rth, * next;
rtable1189net/ipv4/route.cstruct rtable * rth, **rthp;
rtable1330net/ipv4/route.cstruct rtable * rt;
rtable1377net/ipv4/route.cstatic void rt_cache_add(unsigned hash, struct rtable * rth)
rtable1380net/ipv4/route.cstruct rtable  **rthp;
rtable1396net/ipv4/route.cstruct rtable * rtg = rth;
rtable1427net/ipv4/route.cstruct rtable * trth;
rtable1473net/ipv4/route.cstruct rtable * ip_rt_slow_route (__u32 daddr, int local)
rtable1476net/ipv4/route.cstruct rtable * rth;
rtable1485net/ipv4/route.crth = kmalloc(sizeof(struct rtable), GFP_ATOMIC);
rtable1512net/ipv4/route.ckfree_s(rth, sizeof(struct rtable));
rtable1538net/ipv4/route.ckfree_s(rth, sizeof(struct rtable));
rtable1581net/ipv4/route.cvoid ip_rt_put(struct rtable * rt)
rtable1587net/ipv4/route.cstruct rtable * ip_rt_route(__u32 daddr, int local)
rtable1589net/ipv4/route.cstruct rtable * rth;
rtable1780net/ipv4/route.cvoid ip_rt_advice(struct rtable **rp, int advice)
rtable563net/ipv4/tcp.cstruct rtable * rt;
rtable1870net/ipv4/tcp.cstruct rtable *rt;
rtable323net/ipv4/tcp_input.cstruct rtable *rt;
rtable326net/ipv4/tcp_output.cstruct rtable *rt;
rtable546net/ipv4/udp.cstruct rtable *rt;