Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c77 if (tcp->tcp_ptpbhn != NULL) { in tcp_bind_hash_insert()
128 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()
137 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()
146 tcp->tcp_ptpbhn = tcpp; in tcp_bind_hash_insert()
163 if (tcp->tcp_ptpbhn == NULL) in tcp_bind_hash_remove()
176 if (tcp->tcp_ptpbhn) { in tcp_bind_hash_remove()
180 tcpnext->tcp_ptpbhn = tcp->tcp_ptpbhn; in tcp_bind_hash_remove()
183 tcpnext->tcp_bind_hash->tcp_ptpbhn = in tcp_bind_hash_remove()
188 tcpnext->tcp_ptpbhn = tcp->tcp_ptpbhn; in tcp_bind_hash_remove()
191 *tcp->tcp_ptpbhn = tcpnext; in tcp_bind_hash_remove()
[all …]
H A Dtcp.c2063 ASSERT(tcp->tcp_ptpbhn != NULL); in tcp_reinit()
2087 PRESERVE(tcp->tcp_ptpbhn); in tcp_reinit_values()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h409 struct tcp_s **tcp_ptpbhn; member