Searched refs:tcp_bind_hash_port (Results 1 – 3 of 3) sorted by relevance
121 tcpp = &(tcpnext->tcp_bind_hash_port); in tcp_bind_hash_insert()126 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()135 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()145 tcp->tcp_bind_hash_port = tcpnext; in tcp_bind_hash_insert()178 tcpnext = tcp->tcp_bind_hash_port; in tcp_bind_hash_remove()180 tcp->tcp_bind_hash_port = NULL; in tcp_bind_hash_remove()727 for (; ltcp != NULL; ltcp = ltcp->tcp_bind_hash_port) { in tcp_bindi()
2085 PRESERVE(tcp->tcp_bind_hash_port); in tcp_reinit_values()
408 struct tcp_s *tcp_bind_hash_port; /* tcp_t's bound to the same lport */ member