Lines Matching refs:ro_rt
4363 rt = ro.ro_rt; in pf_calc_mss()
4374 rt = ro6.ro_rt; in pf_calc_mss()
9299 if (ro->ro_rt == NULL) { in pf_route()
9304 ifp = ro->ro_rt->rt_ifp; in pf_route()
9305 RT_LOCK(ro->ro_rt); in pf_route()
9306 ro->ro_rt->rt_use++; in pf_route()
9308 if (ro->ro_rt->rt_flags & RTF_GATEWAY) { in pf_route()
9309 dst = satosin((void *)ro->ro_rt->rt_gateway); in pf_route()
9311 RT_UNLOCK(ro->ro_rt); in pf_route()
9373 error = ifnet_output(ifp, PF_INET, m0, ro->ro_rt, sintosa(dst)); in pf_route()
9412 error = ifnet_output(ifp, PF_INET, m0, ro->ro_rt, in pf_route()