taglinefilesource code
ip_route_cache238include/net/sock.hstruct rtable    *ip_route_cache;  /* Cached output route */
ip_route_cache414net/ipv4/af_inet.cip_rt_put(sk->ip_route_cache);
ip_route_cache965net/ipv4/af_inet.cip_rt_put(sk->ip_route_cache);
ip_route_cache966net/ipv4/af_inet.csk->ip_route_cache=NULL;
ip_route_cache608net/ipv4/ip_output.crt = ip_check_route(&sk->ip_route_cache, daddr,
ip_route_cache559net/ipv4/tcp.cif ((rt = sk->ip_route_cache) != NULL)
ip_route_cache1097net/ipv4/tcp.cIPPROTO_TCP, sk->opt, skb->truesize,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache1254net/ipv4/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache1978net/ipv4/tcp.cIPPROTO_TCP, NULL, MAX_SYN_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache1985net/ipv4/tcp.cif ((rt = sk->ip_route_cache) != NULL && !sk->saddr)
ip_route_cache370net/ipv4/tcp_input.cnewsk->ip_route_cache  = NULL;
ip_route_cache471net/ipv4/tcp_input.cnewsk->ip_route_cache = rt;
ip_route_cache379net/ipv4/tcp_output.crt = ip_check_route(&sk->ip_route_cache, opt->srr?opt->faddr:iph->daddr, skb->localroute);
ip_route_cache600net/ipv4/tcp_output.csizeof(struct tcphdr),sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache689net/ipv4/tcp_output.cIPPROTO_TCP, NULL, MAX_SYN_SIZE,sk->ip_tos,sk->ip_ttl,&newsk->ip_route_cache);
ip_route_cache803net/ipv4/tcp_output.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache942net/ipv4/tcp_output.csk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache1007net/ipv4/tcp_output.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache124net/ipv4/tcp_timer.cip_rt_advice(&sk->ip_route_cache, 0);
ip_route_cache571net/ipv4/udp.csk->ip_route_cache = rt;