Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c121 tcpp = &(tcpnext->tcp_bind_hash_port); in tcp_bind_hash_insert()
126 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()
135 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()
145 tcp->tcp_bind_hash_port = tcpnext; in tcp_bind_hash_insert()
178 tcpnext = tcp->tcp_bind_hash_port; in tcp_bind_hash_remove()
180 tcp->tcp_bind_hash_port = NULL; in tcp_bind_hash_remove()
727 for (; ltcp != NULL; ltcp = ltcp->tcp_bind_hash_port) { in tcp_bindi()
H A Dtcp.c2085 PRESERVE(tcp->tcp_bind_hash_port); in tcp_reinit_values()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h408 struct tcp_s *tcp_bind_hash_port; /* tcp_t's bound to the same lport */ member