Searched refs:tcpnext (Results 1 – 2 of 2) sorted by relevance
73 tcp_t *tcpnext; in tcp_bind_hash_insert() local89 tcpnext = NULL; in tcp_bind_hash_insert()112 tcpnext = tcphash; in tcp_bind_hash_insert()113 connext = tcpnext->tcp_connp; in tcp_bind_hash_insert()117 while ((tcpnext = tcpp[0]) != NULL) { in tcp_bind_hash_insert()118 connext = tcpnext->tcp_connp; in tcp_bind_hash_insert()121 tcpp = &(tcpnext->tcp_bind_hash_port); in tcp_bind_hash_insert()125 if (tcpnext != NULL) { in tcp_bind_hash_insert()126 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port; in tcp_bind_hash_insert()127 tcphash = tcpnext->tcp_bind_hash; in tcp_bind_hash_insert()[all …]
3497 tcp_t *tcpnext; in tcp_acceptor_hash_insert() local3506 tcpnext = tcpp[0]; in tcp_acceptor_hash_insert()3507 if (tcpnext) in tcp_acceptor_hash_insert()3508 tcpnext->tcp_ptpahn = &tcp->tcp_acceptor_hash; in tcp_acceptor_hash_insert()3509 tcp->tcp_acceptor_hash = tcpnext; in tcp_acceptor_hash_insert()3522 tcp_t *tcpnext; in tcp_acceptor_hash_remove() local3537 tcpnext = tcp->tcp_acceptor_hash; in tcp_acceptor_hash_remove()3538 if (tcpnext) { 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()