taglinefilesource code
rtg1385net/ipv4/route.cstruct rtable * rtg = rth;
rtg1390net/ipv4/route.crtg = ip_rt_route(rth->rt_gateway, 0);
rtg1394net/ipv4/route.cif (rtg)
rtg1396net/ipv4/route.cif (rtg == rth)
rtg1397net/ipv4/route.crtg->rt_dev->header_cache_bind(&rtg->rt_hh, rtg->rt_dev, ETH_P_IP, rtg->rt_dst);
rtg1400net/ipv4/route.cif (rtg->rt_hh)
rtg1401net/ipv4/route.cATOMIC_INCR(&rtg->rt_hh->hh_refcnt);
rtg1402net/ipv4/route.crth->rt_hh = rtg->rt_hh;
rtg1403net/ipv4/route.cip_rt_put(rtg);