Searched defs:tcphash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c72 tcp_t *tcphash; local
86 tcphash = tcpp[0];
88 if (tcphash != NULL) {
90 while ((tcphash = tcpp[0]) != NULL &&
91 connp->conn_lport != tcphash->tcp_connp->conn_lport)
92 tcpp = &(tcphash->tcp_bind_hash);
95 if (tcphash == NULL)
110 tcpnext = tcphash;
112 tcphash = NULL;
125 tcphash
[all...]

Completed in 278 milliseconds