Searched refs:tcp_ptpahn (Results 1 – 3 of 3) sorted by relevance
1363 ASSERT(tcp->tcp_ptpahn == NULL && tcp->tcp_acceptor_hash == NULL); in tcp_free()2089 PRESERVE(tcp->tcp_ptpahn); in tcp_reinit_values()3502 if (tcp->tcp_ptpahn != NULL) in tcp_acceptor_hash_insert()3508 tcpnext->tcp_ptpahn = &tcp->tcp_acceptor_hash; in tcp_acceptor_hash_insert()3510 tcp->tcp_ptpahn = tcpp; in tcp_acceptor_hash_insert()3531 if (tcp->tcp_ptpahn == NULL) in tcp_acceptor_hash_remove()3536 if (tcp->tcp_ptpahn) { in tcp_acceptor_hash_remove()3539 tcpnext->tcp_ptpahn = tcp->tcp_ptpahn; in tcp_acceptor_hash_remove()3542 *tcp->tcp_ptpahn = tcpnext; in tcp_acceptor_hash_remove()3543 tcp->tcp_ptpahn = NULL; in tcp_acceptor_hash_remove()
148 ASSERT(tcp->tcp_ptpahn == NULL); in tcp_time_wait_append()
406 struct tcp_s **tcp_ptpahn; /* Pointer to previous accept hash next. */ member