Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c73 tcp_t *tcphash; in tcp_bind_hash_insert() local
87 tcphash = tcpp[0]; in tcp_bind_hash_insert()
89 if (tcphash != NULL) { in tcp_bind_hash_insert()
96 if (tcphash == NULL) in tcp_bind_hash_insert()
111 tcpnext = tcphash; in tcp_bind_hash_insert()
113 tcphash = NULL; in tcp_bind_hash_insert()
127 if (tcphash != NULL) { in tcp_bind_hash_insert()
128 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()
136 if (tcphash != NULL) { in tcp_bind_hash_insert()
137 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()
[all …]