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

/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c75 if (tcp->tcp_ptpbhn != NULL) {
123 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port;
126 tcphash->tcp_ptpbhn =
132 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port;
135 tcphash->tcp_ptpbhn =
144 tcp->tcp_ptpbhn = tcpp;
161 if (tcp->tcp_ptpbhn == NULL)
174 if (tcp->tcp_ptpbhn) {
178 tcpnext->tcp_ptpbhn = tcp->tcp_ptpbhn;
[all...]
H A Dtcp.c2038 ASSERT(tcp->tcp_ptpbhn != NULL);
2068 PRESERVE(tcp->tcp_ptpbhn);
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h388 struct tcp_s **tcp_ptpbhn; member in struct:tcp_s

Completed in 160 milliseconds