Searched refs:tcpnext (Results 1 – 2 of 2) sorted by relevance
71 tcp_t *tcpnext; in tcp_bind_hash_insert() local87 tcpnext = NULL; in tcp_bind_hash_insert()110 tcpnext = tcphash; in tcp_bind_hash_insert()111 connext = tcpnext->tcp_connp; in tcp_bind_hash_insert()115 while ((tcpnext = tcpp[0]) != NULL) { in tcp_bind_hash_insert()116 connext = tcpnext->tcp_connp; in tcp_bind_hash_insert()119 tcpp = &(tcpnext->tcp_bind_hash_port); in tcp_bind_hash_insert()123 if (tcpnext != NULL) { in tcp_bind_hash_insert()124 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()125 tcphash = tcpnext->tcp_bind_hash; in tcp_bind_hash_insert()[all …]
3458 tcp_t *tcpnext; in tcp_acceptor_hash_insert() local3467 tcpnext = tcpp[0]; in tcp_acceptor_hash_insert()3468 if (tcpnext) in tcp_acceptor_hash_insert()3469 tcpnext->tcp_ptpahn = &tcp->tcp_acceptor_hash; in tcp_acceptor_hash_insert()3470 tcp->tcp_acceptor_hash = tcpnext; in tcp_acceptor_hash_insert()3483 tcp_t *tcpnext; in tcp_acceptor_hash_remove() local3498 tcpnext = tcp->tcp_acceptor_hash; in tcp_acceptor_hash_remove()3499 if (tcpnext) { in tcp_acceptor_hash_remove()3500 tcpnext->tcp_ptpahn = tcp->tcp_ptpahn; in tcp_acceptor_hash_remove()3503 *tcp->tcp_ptpahn = tcpnext; in tcp_acceptor_hash_remove()