taglinefilesource code
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);
rtable126include/net/route.hstruct rtable    *rt_next;
rtable144include/net/route.hextern struct rtable  *ip_rt_slow_route(__u32 daddr, int local);
rtable150include/net/route.hextern void    ip_rt_advice(struct rtable **rp, int advice);
rtable155include/net/route.hextern struct rtable   *ip_rt_hash_table[RT_HASH_DIVISOR];
rtable180include/net/route.hextern __inline__ void ip_rt_put(struct rtable * rt)
rtable191include/net/route.hextern struct rtable * ip_rt_route(__u32 daddr, int local);
rtable193include/net/route.hextern __inline__ struct rtable * ip_rt_route(__u32 daddr, int local)
rtable196include/net/route.hstruct rtable * rth;
rtable218include/net/route.hextern __inline__ struct rtable * ip_check_route(struct rtable ** rp,
rtable221include/net/route.hstruct rtable * rt = *rp;
rtable239include/net/sock.hstruct rtable    *ip_route_cache;  /* Cached output route */
rtable287include/net/sock.hint tos, int ttl, struct rtable ** rp);
rtable1657net/ipv4/arp.cstruct rtable *rt;
rtable84net/ipv4/ip_alias.cstruct rtable *rt;
rtable92net/ipv4/ip_forward.cstruct rtable *rt;  /* Route we use */
rtable114net/ipv4/ip_output.cint ip_send(struct rtable * rt, struct sk_buff *skb, __u32 daddr, int len, struct device *dev, __u32 saddr)
rtable151net/ipv4/ip_output.cstatic int ip_send_room(struct rtable * rt, struct sk_buff *skb, __u32 daddr, int len, struct device *dev, __u32 saddr)
rtable194net/ipv4/ip_output.cint len, int tos, int ttl, struct rtable ** rp)
rtable196net/ipv4/ip_output.cstruct rtable *rt;
rtable576net/ipv4/ip_output.cstruct rtable *rt;
rtable264net/ipv4/ip_sockglue.cstruct rtable *rt;
rtable320net/ipv4/ip_sockglue.cstruct rtable *rt;
rtable290net/ipv4/rarp.cstruct rtable *rt;
rtable148net/ipv4/route.cstruct rtable     *ip_rt_hash_table[RT_HASH_DIVISOR];
rtable150net/ipv4/route.cstatic struct rtable   *rt_free_queue;
rtable154net/ipv4/route.cstatic void rt_cache_add(unsigned hash, struct rtable * rth);
rtable634net/ipv4/route.cht = kmalloc(RTZ_HASH_DIVISOR*sizeof(struct rtable*), GFP_KERNEL);
rtable896net/ipv4/route.cstruct rtable *r;
rtable950net/ipv4/route.cstatic void rt_free(struct rtable * rt)
rtable985net/ipv4/route.cstruct rtable *rt, **rtp;
rtable1048net/ipv4/route.cstruct rtable *rth, **rthp;
rtable1059net/ipv4/route.cstruct rtable * rth_next = rth->rt_next;
rtable1112net/ipv4/route.cstruct rtable *rt;
rtable1119net/ipv4/route.crt = (struct rtable *) kmalloc(sizeof(struct rtable), GFP_ATOMIC);
rtable1122net/ipv4/route.cmemset(rt, 0, sizeof(struct rtable));
rtable1143net/ipv4/route.cstruct rtable * rth, * next;
rtable1185net/ipv4/route.cstruct rtable * rth, **rthp;
rtable1326net/ipv4/route.cstruct rtable * rt;
rtable1373net/ipv4/route.cstatic void rt_cache_add(unsigned hash, struct rtable * rth)
rtable1376net/ipv4/route.cstruct rtable  **rthp;
rtable1392net/ipv4/route.cstruct rtable * rtg = rth;
rtable1423net/ipv4/route.cstruct rtable * trth;
rtable1469net/ipv4/route.cstruct rtable * ip_rt_slow_route (__u32 daddr, int local)
rtable1472net/ipv4/route.cstruct rtable * rth;
rtable1481net/ipv4/route.crth = kmalloc(sizeof(struct rtable), GFP_ATOMIC);
rtable1508net/ipv4/route.ckfree_s(rth, sizeof(struct rtable));
rtable1534net/ipv4/route.ckfree_s(rth, sizeof(struct rtable));
rtable1572net/ipv4/route.cvoid ip_rt_put(struct rtable * rt)
rtable1578net/ipv4/route.cstruct rtable * ip_rt_route(__u32 daddr, int local)
rtable1580net/ipv4/route.cstruct rtable * rth;
rtable1771net/ipv4/route.cvoid ip_rt_advice(struct rtable **rp, int advice)
rtable552net/ipv4/tcp.cstruct rtable * rt;
rtable1927net/ipv4/tcp.cstruct rtable *rt;
rtable211net/ipv4/tcp_input.cstruct rtable *rt;
rtable326net/ipv4/tcp_output.cstruct rtable *rt;
rtable549net/ipv4/udp.cstruct rtable *rt;