Searched refs:tcp_bind_hash (Results 1 – 3 of 3) sorted by relevance
92 tcpp = &(tcphash->tcp_bind_hash); in tcp_bind_hash_insert()125 tcphash = tcpnext->tcp_bind_hash; in tcp_bind_hash_insert()128 &(tcp->tcp_bind_hash); in tcp_bind_hash_insert()129 tcpnext->tcp_bind_hash = NULL; in tcp_bind_hash_insert()134 tcphash = tcpnext->tcp_bind_hash; in tcp_bind_hash_insert()137 &(tcp->tcp_bind_hash); in tcp_bind_hash_insert()138 tcpnext->tcp_bind_hash = NULL; in tcp_bind_hash_insert()144 tcp->tcp_bind_hash = tcphash; in tcp_bind_hash_insert()180 tcpnext->tcp_bind_hash = tcp->tcp_bind_hash; in tcp_bind_hash_remove()181 if (tcpnext->tcp_bind_hash != NULL) { in tcp_bind_hash_remove()[all …]
2072 PRESERVE(tcp->tcp_bind_hash);
403 struct tcp_s *tcp_bind_hash; /* Bind hash chain */ member