Lines Matching refs:ro_rt
4249 rt = ro.ro_rt; in pf_calc_mss()
4260 rt = ro6.ro_rt; in pf_calc_mss()
9116 if (ro->ro_rt == NULL) { in pf_route()
9121 ifp = ro->ro_rt->rt_ifp; in pf_route()
9122 RT_LOCK(ro->ro_rt); in pf_route()
9123 ro->ro_rt->rt_use++; in pf_route()
9125 if (ro->ro_rt->rt_flags & RTF_GATEWAY) { in pf_route()
9126 dst = satosin((void *)ro->ro_rt->rt_gateway); in pf_route()
9128 RT_UNLOCK(ro->ro_rt); in pf_route()
9190 error = ifnet_output(ifp, PF_INET, m0, ro->ro_rt, sintosa(dst)); in pf_route()
9229 error = ifnet_output(ifp, PF_INET, m0, ro->ro_rt, in pf_route()