taglinefilesource code
rtable88include/net/ip.hextern int     ip_send(struct rtable *rt, struct sk_buff *skb, __u32 daddr, int len, struct device *dev, __u32 saddr);
rtable94include/net/ip.hint tos,int ttl,struct rtable **rp);
rtable124include/net/route.hstruct rtable    *rt_next;
rtable142include/net/route.hextern struct rtable  *ip_rt_slow_route(__u32 daddr, int local);
rtable148include/net/route.hextern void    ip_rt_advice(struct rtable **rp, int advice);
rtable153include/net/route.hextern struct rtable   *ip_rt_hash_table[RT_HASH_DIVISOR];
rtable178include/net/route.hextern __inline__ void ip_rt_put(struct rtable * rt)
rtable188include/net/route.hextern __inline__ struct rtable * ip_rt_route(__u32 daddr, int local)
rtable191include/net/route.hstruct rtable * rth;
rtable212include/net/route.hextern __inline__ struct rtable * ip_check_route(struct rtable ** rp,
rtable215include/net/route.hstruct rtable * rt = *rp;
rtable230include/net/sock.hstruct rtable    *ip_route_cache;  /* Cached output route */
rtable278include/net/sock.hint tos, int ttl, struct rtable ** rp);
rtable1625net/ipv4/arp.cstruct rtable *rt;
rtable89net/ipv4/ip_forward.cstruct rtable *rt;  /* Route we use */
rtable113net/ipv4/ip_output.cint ip_send(struct rtable * rt, struct sk_buff *skb, __u32 daddr, int len, struct device *dev, __u32 saddr)
rtable150net/ipv4/ip_output.cstatic int ip_send_room(struct rtable * rt, struct sk_buff *skb, __u32 daddr, int len, struct device *dev, __u32 saddr)
rtable193net/ipv4/ip_output.cint len, int tos, int ttl, struct rtable ** rp)
rtable195net/ipv4/ip_output.cstruct rtable *rt;
rtable575net/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;
rtable142net/ipv4/route.cstruct rtable     *ip_rt_hash_table[RT_HASH_DIVISOR];
rtable144net/ipv4/route.cstatic struct rtable   *rt_free_queue;
rtable148net/ipv4/route.cstatic void rt_cache_add(unsigned hash, struct rtable * rth);
rtable627net/ipv4/route.cht = kmalloc(RTZ_HASH_DIVISOR*sizeof(struct rtable*), GFP_KERNEL);
rtable889net/ipv4/route.cstruct rtable *r;
rtable943net/ipv4/route.cstatic void rt_free(struct rtable * rt)
rtable978net/ipv4/route.cstruct rtable *rt, **rtp;
rtable1041net/ipv4/route.cstruct rtable *rth, **rthp;
rtable1052net/ipv4/route.cstruct rtable * rth_next = rth->rt_next;
rtable1105net/ipv4/route.cstruct rtable *rt;
rtable1112net/ipv4/route.crt = (struct rtable *) kmalloc(sizeof(struct rtable), GFP_ATOMIC);
rtable1115net/ipv4/route.cmemset(rt, 0, sizeof(struct rtable));
rtable1136net/ipv4/route.cstruct rtable * rth, * next;
rtable1178net/ipv4/route.cstruct rtable * rth, **rthp;
rtable1319net/ipv4/route.cstruct rtable * rt;
rtable1366net/ipv4/route.cstatic void rt_cache_add(unsigned hash, struct rtable * rth)
rtable1369net/ipv4/route.cstruct rtable  **rthp;
rtable1385net/ipv4/route.cstruct rtable * rtg = rth;
rtable1416net/ipv4/route.cstruct rtable * trth;
rtable1462net/ipv4/route.cstruct rtable * ip_rt_slow_route (__u32 daddr, int local)
rtable1465net/ipv4/route.cstruct rtable * rth;
rtable1474net/ipv4/route.crth = kmalloc(sizeof(struct rtable), GFP_ATOMIC);
rtable1498net/ipv4/route.ckfree_s(rth, sizeof(struct rtable));
rtable1517net/ipv4/route.ckfree_s(rth, sizeof(struct rtable));
rtable1555net/ipv4/route.cvoid ip_rt_put(struct rtable * rt)
rtable1561net/ipv4/route.cstruct rtable * ip_rt_route(__u32 daddr, int local)
rtable1563net/ipv4/route.cstruct rtable * rth;
rtable1755net/ipv4/route.cvoid ip_rt_advice(struct rtable **rp, int advice)
rtable638net/ipv4/tcp.cstruct rtable *rt;
rtable1093net/ipv4/tcp.cstruct rtable * rt;
rtable2931net/ipv4/tcp.cstruct rtable *rt;
rtable4537net/ipv4/tcp.cstruct rtable *rt;
rtable549net/ipv4/udp.cstruct rtable *rt;