taglinefilesource code
ip_route_cache293include/net/sock.hstruct rtable    *ip_route_cache;  /* Cached output route */
ip_route_cache404net/ipv4/af_inet.cip_rt_put(sk->ip_route_cache);
ip_route_cache915net/ipv4/af_inet.cip_rt_put(sk->ip_route_cache);
ip_route_cache916net/ipv4/af_inet.csk->ip_route_cache=NULL;
ip_route_cache601net/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_cache1101net/ipv4/tcp.cIPPROTO_TCP, sk->opt, skb->truesize,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache1258net/ipv4/tcp.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache1971net/ipv4/tcp.cIPPROTO_TCP, NULL, MAX_SYN_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache1978net/ipv4/tcp.cif ((rt = sk->ip_route_cache) != NULL && !sk->saddr)
ip_route_cache375net/ipv4/tcp_input.cnewsk->ip_route_cache  = NULL;
ip_route_cache477net/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_cache601net/ipv4/tcp_output.csizeof(struct tcphdr),sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache688net/ipv4/tcp_output.cIPPROTO_TCP, NULL, MAX_SYN_SIZE,sk->ip_tos,sk->ip_ttl,&newsk->ip_route_cache);
ip_route_cache801net/ipv4/tcp_output.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache940net/ipv4/tcp_output.csk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache1005net/ipv4/tcp_output.cIPPROTO_TCP, sk->opt, MAX_ACK_SIZE,sk->ip_tos,sk->ip_ttl,&sk->ip_route_cache);
ip_route_cache122net/ipv4/tcp_timer.cip_rt_advice(&sk->ip_route_cache, 0);
ip_route_cache571net/ipv4/udp.csk->ip_route_cache = rt;