Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c94 tcpp = &(tcphash->tcp_bind_hash); in tcp_bind_hash_insert()
127 tcphash = tcpnext->tcp_bind_hash; in tcp_bind_hash_insert()
130 &(tcp->tcp_bind_hash); in tcp_bind_hash_insert()
131 tcpnext->tcp_bind_hash = NULL; in tcp_bind_hash_insert()
136 tcphash = tcpnext->tcp_bind_hash; in tcp_bind_hash_insert()
139 &(tcp->tcp_bind_hash); in tcp_bind_hash_insert()
140 tcpnext->tcp_bind_hash = NULL; in tcp_bind_hash_insert()
146 tcp->tcp_bind_hash = tcphash; in tcp_bind_hash_insert()
182 tcpnext->tcp_bind_hash = tcp->tcp_bind_hash; in tcp_bind_hash_remove()
183 if (tcpnext->tcp_bind_hash != NULL) { in tcp_bind_hash_remove()
[all …]
H A Dtcp.c2086 PRESERVE(tcp->tcp_bind_hash); in tcp_reinit_values()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h407 struct tcp_s *tcp_bind_hash; /* Bind hash chain */ member