Home
last modified time | relevance | path

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

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