Searched refs:loopmax (Results 1 – 6 of 6) sorted by relevance
662 int loopmax; in tcp_bindi() local676 loopmax = 1; in tcp_bindi()689 loopmax = IPPORT_RESERVED - in tcp_bindi()692 loopmax = (tcps->tcps_largest_anon_port - in tcp_bindi()944 } while (++count < loopmax); in tcp_bindi()
546 int loopmax; in sctp_bindi() local562 loopmax = 1; in sctp_bindi()570 loopmax = (sctps->sctps_largest_anon_port - in sctp_bindi()754 } while (++count < loopmax); in sctp_bindi()
93 static int loopmax = rds_largest_port - rds_smallest_port + 1; variable565 if (++count >= loopmax) { in rds_bind()
995 uint_t tbl_size, loopmax, max_usec; in tavor_ioctl_loopback() local1127 loopmax = max_usec/TAVOR_VTS_LOOPBACK_MIN_WAIT_DUR; in tavor_ioctl_loopback()1129 loopmax++; in tavor_ioctl_loopback()1258 for (j = 0; j < loopmax; j++) { in tavor_ioctl_loopback()1263 ((ret == IBT_CQ_EMPTY) && (j == loopmax - 1))) { in tavor_ioctl_loopback()
949 uint_t tbl_size, loopmax, max_usec; in hermon_ioctl_loopback() local1062 loopmax = max_usec/HERMON_VTS_LOOPBACK_MIN_WAIT_DUR; in hermon_ioctl_loopback()1064 loopmax++; in hermon_ioctl_loopback()1165 for (j = 0; j < loopmax; j++) { in hermon_ioctl_loopback()1170 ((ret == IBT_CQ_EMPTY) && (j == loopmax - 1))) { in hermon_ioctl_loopback()
4919 int loopmax; in udp_do_bind() local5120 loopmax = IPPORT_RESERVED - us->us_min_anonpriv_port; in udp_do_bind()5122 loopmax = us->us_largest_anon_port - in udp_do_bind()5351 if (port == 0 || ++count >= loopmax) { in udp_do_bind()