Lines Matching refs:ro_nh
5498 if ((bbr->rc_inp->inp_route.ro_nh == NULL) || in bbr_update_hardware_pacing_rate()
5499 (bbr->rc_inp->inp_route.ro_nh->nh_ifp == NULL)) { in bbr_update_hardware_pacing_rate()
5515 bbr->rc_inp->inp_route.ro_nh->nh_ifp, in bbr_update_hardware_pacing_rate()
13557 if (error == EMSGSIZE && inp->inp_route6.ro_nh != NULL) in bbr_output_wtime()
13558 mtu = inp->inp_route6.ro_nh->nh_mtu; in bbr_output_wtime()
13598 if (error == EMSGSIZE && inp->inp_route.ro_nh != NULL) in bbr_output_wtime()
13599 mtu = inp->inp_route.ro_nh->nh_mtu; in bbr_output_wtime()
13869 (inp->inp_route.ro_nh && in bbr_output_wtime()
13870 inp->inp_route.ro_nh->nh_ifp)) { in bbr_output_wtime()
13884 inp->inp_route.ro_nh->nh_ifp, in bbr_output_wtime()
13911 inp->inp_route.ro_nh->nh_ifp, in bbr_output_wtime()
13928 } else if ((inp->inp_route.ro_nh == NULL) || in bbr_output_wtime()
13929 (inp->inp_route.ro_nh->nh_ifp != inp->inp_snd_tag->ifp)) { in bbr_output_wtime()