Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c119 tcpp = &(tcpnext->tcp_bind_hash_port); in tcp_bind_hash_insert()
124 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()
133 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()
143 tcp->tcp_bind_hash_port = tcpnext; in tcp_bind_hash_insert()
176 tcpnext = tcp->tcp_bind_hash_port; in tcp_bind_hash_remove()
178 tcp->tcp_bind_hash_port = NULL; in tcp_bind_hash_remove()
724 for (; ltcp != NULL; ltcp = ltcp->tcp_bind_hash_port) { in tcp_bindi()
H A Dtcp.c2071 PRESERVE(tcp->tcp_bind_hash_port);
/titanic_50/usr/src/uts/common/inet/
H A Dtcp.h404 struct tcp_s *tcp_bind_hash_port; /* tcp_t's bound to the same lport */ member