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.c120 tcpp = &(tcpnext->tcp_bind_hash_port); in tcp_bind_hash_insert()
125 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()
134 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()
144 tcp->tcp_bind_hash_port = tcpnext; in tcp_bind_hash_insert()
177 tcpnext = tcp->tcp_bind_hash_port; in tcp_bind_hash_remove()
179 tcp->tcp_bind_hash_port = NULL; in tcp_bind_hash_remove()
726 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