Home
last modified time | relevance | path

Searched refs:loopmax (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c664 int loopmax; in tcp_bindi() local
678 loopmax = 1; in tcp_bindi()
691 loopmax = IPPORT_RESERVED - in tcp_bindi()
694 loopmax = (tcps->tcps_largest_anon_port - in tcp_bindi()
946 } while (++count < loopmax); in tcp_bindi()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c546 int loopmax; in sctp_bindi() local
562 loopmax = 1; in sctp_bindi()
570 loopmax = (sctps->sctps_largest_anon_port - in sctp_bindi()
754 } while (++count < loopmax); in sctp_bindi()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c847 uint_t tbl_size, loopmax, max_usec; in tavor_ioctl_loopback() local
959 loopmax = max_usec/TAVOR_VTS_LOOPBACK_MIN_WAIT_DUR; in tavor_ioctl_loopback()
961 loopmax++; in tavor_ioctl_loopback()
1062 for (j = 0; j < loopmax; j++) { in tavor_ioctl_loopback()
1067 ((ret == IBT_CQ_EMPTY) && (j == loopmax - 1))) { in tavor_ioctl_loopback()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c97 static int loopmax = rds_largest_port - rds_smallest_port + 1; variable
570 if (++count >= loopmax) { in rds_bind()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c949 uint_t tbl_size, loopmax, max_usec; in hermon_ioctl_loopback() local
1062 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()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4968 int loopmax; in udp_do_bind() local
5152 loopmax = IPPORT_RESERVED - us->us_min_anonpriv_port; in udp_do_bind()
5154 loopmax = us->us_largest_anon_port - in udp_do_bind()
5309 if (port == 0 || ++count >= loopmax) { in udp_do_bind()