Searched refs:ro_nh (Results 1 – 5 of 5) sorted by relevance
348 if (alt->ro.ro_nh == NULL) {360 (alt->ro.ro_nh != NULL) &&1538 mtu = SCTP_GATHER_MTU_FROM_ROUTE(net->ro._s_addr, &net->ro._s_addr.sa, net->ro.ro_nh);
4646 rmtu = SCTP_GATHER_MTU_FROM_ROUTE(net->ro._s_addr, &net->ro._l_addr.sa, net->ro.ro_nh);4761 if (net->ro.ro_nh == NULL) {4771 } else if (netfirst->ro.ro_nh == NULL) {4781 } else if (net->ro.ro_nh->nh_ifp != netfirst->ro.ro_nh->nh_ifp) {4806 } else if (netlook->ro.ro_nh == NULL) {4814 } else if (netlook->ro.ro_nh->nh_ifp != net->ro.ro_nh->nh_ifp) {4831 } else if ((stcb->asoc.primary_destination->ro.ro_nh == NULL) &&4832 (net->ro.ro_nh) &&
3472 if (ro->ro_nh == NULL) {3482 if (ro->ro_nh == NULL) {4370 if (ro->ro_nh == NULL) {4393 (void *)ro->ro_nh);4480 if ((ro->ro_nh != NULL) && (net->ro._s_addr) &&4488 mtu = SCTP_GATHER_MTU_FROM_ROUTE(net->ro._s_addr, &net->ro._l_addr.sa, ro->ro_nh);4504 } else if (ro->ro_nh == NULL) {4773 if (ro->ro_nh == NULL) {4957 if (ro->ro_nh == NULL) {4970 if ((ro->ro_nh != NULL) && (net->ro._s_addr) &&[all …]
229 struct nhop_object *ro_nh; member
1163 if (net->ro.ro_nh == NULL) in sctp_path_check_and_react()