taglinefilesource code
ip_route_cache286include/net/sock.hstruct rtable    *ip_route_cache;  /* Cached output route */
ip_route_cache401net/ipv4/af_inet.cip_rt_put(sk->ip_route_cache);
ip_route_cache910net/ipv4/af_inet.cip_rt_put(sk->ip_route_cache);
ip_route_cache911net/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_cache558net/ipv4/tcp.cif ((rt = sk->ip_route_cache) != NULL)
ip_route_cache1096net/ipv4/tcp.cIPPROTO_TCP, sk->opt, skb->truesize,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache1253net/ipv4/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache2009net/ipv4/tcp.cIPPROTO_TCP, NULL, MAX_SYN_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache2016net/ipv4/tcp.cif ((rt = sk->ip_route_cache) != NULL && !sk->saddr)
ip_route_cache373net/ipv4/tcp_input.cnewsk->ip_route_cache  = NULL;
ip_route_cache474net/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_cache687net/ipv4/tcp_output.cIPPROTO_TCP, NULL, MAX_SYN_SIZE,sk->ip_tos,sk->ip_ttl,&newsk->ip_route_cache);
ip_route_cache800net/ipv4/tcp_output.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache939net/ipv4/tcp_output.csk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache1004net/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;