Lines Matching refs:ro_nh
3372 if (ro->ro_nh == NULL) { in sctp_source_address_selection()
3378 if (ro->ro_nh == NULL) { in sctp_source_address_selection()
4173 if (ro->ro_nh == NULL) { in sctp_lowlevel_chunk_output()
4192 (void *)ro->ro_nh); in sctp_lowlevel_chunk_output()
4240 if ((ro->ro_nh != NULL) && (net->ro._s_addr) && in sctp_lowlevel_chunk_output()
4244 mtu = SCTP_GATHER_MTU_FROM_ROUTE(net->ro._s_addr, &net->ro._l_addr.sa, ro->ro_nh); in sctp_lowlevel_chunk_output()
4256 } else if (ro->ro_nh == NULL) { in sctp_lowlevel_chunk_output()
4446 if (ro->ro_nh == NULL) { in sctp_lowlevel_chunk_output()
4573 if (ro->ro_nh == NULL) { in sctp_lowlevel_chunk_output()
4582 if ((ro->ro_nh != NULL) && (net->ro._s_addr) && in sctp_lowlevel_chunk_output()
4586 mtu = SCTP_GATHER_MTU_FROM_ROUTE(net->ro._s_addr, &net->ro._l_addr.sa, ro->ro_nh); in sctp_lowlevel_chunk_output()
13852 if (ro == NULL || ro->ro_nh == NULL || src6->sin6_family != AF_INET6) in sctp_v6src_match_nexthop()
13885 SCTPDBG_ADDR(SCTP_DEBUG_OUTPUT2, &ro->ro_nh->gw_sa); in sctp_v6src_match_nexthop()
13886 if (sctp_cmpaddr((struct sockaddr *)&gw6, &ro->ro_nh->gw_sa)) { in sctp_v6src_match_nexthop()
13906 if (ro == NULL || ro->ro_nh == NULL || in sctp_v4src_match_nexthop()
13918 sin = &ro->ro_nh->gw4_sa; in sctp_v4src_match_nexthop()
13921 SCTPDBG_ADDR(SCTP_DEBUG_OUTPUT2, &ro->ro_nh->gw_sa); in sctp_v4src_match_nexthop()