Searched refs:tcp_bind_hash_port (Results 1 – 3 of 3) sorted by relevance
119 tcpp = &(tcpnext->tcp_bind_hash_port); in tcp_bind_hash_insert()124 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()133 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()143 tcp->tcp_bind_hash_port = tcpnext; in tcp_bind_hash_insert()176 tcpnext = tcp->tcp_bind_hash_port; in tcp_bind_hash_remove()178 tcp->tcp_bind_hash_port = NULL; in tcp_bind_hash_remove()724 for (; ltcp != NULL; ltcp = ltcp->tcp_bind_hash_port) { in tcp_bindi()
2071 PRESERVE(tcp->tcp_bind_hash_port);
404 struct tcp_s *tcp_bind_hash_port; /* tcp_t's bound to the same lport */ member