Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c76 if (tcp->tcp_ptpbhn != NULL) { in tcp_bind_hash_insert()
124 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()
127 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()
133 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()
136 tcphash->tcp_ptpbhn = in tcp_bind_hash_insert()
145 tcp->tcp_ptpbhn = tcpp; in tcp_bind_hash_insert()
162 if (tcp->tcp_ptpbhn == NULL) in tcp_bind_hash_remove()
175 if (tcp->tcp_ptpbhn) { in tcp_bind_hash_remove()
179 tcpnext->tcp_ptpbhn = tcp->tcp_ptpbhn; in tcp_bind_hash_remove()
182 tcpnext->tcp_bind_hash->tcp_ptpbhn = in tcp_bind_hash_remove()
[all …]
H A Dtcp.c2043 ASSERT(tcp->tcp_ptpbhn != NULL); in tcp_reinit()
2073 PRESERVE(tcp->tcp_ptpbhn);
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h405 struct tcp_s **tcp_ptpbhn; member