Searched refs:tcp_bind_hash (Results 1 – 3 of 3) sorted by relevance
94 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 …]
2086 PRESERVE(tcp->tcp_bind_hash); in tcp_reinit_values()
407 struct tcp_s *tcp_bind_hash; /* Bind hash chain */ member