Searched refs:tcpnext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c71 tcp_t *tcpnext; local
87 tcpnext = NULL;
110 tcpnext = tcphash;
111 connext = tcpnext->tcp_connp;
115 while ((tcpnext = tcpp[0]) != NULL) {
116 connext = tcpnext->tcp_connp;
119 tcpp = &(tcpnext->tcp_bind_hash_port);
123 if (tcpnext != NULL) {
124 tcpnext->tcp_ptpbhn = &tcp->tcp_bind_hash_port;
125 tcphash = tcpnext
157 tcp_t *tcpnext; local
[all...]
H A Dtcp.c3458 tcp_t *tcpnext; local
3467 tcpnext = tcpp[0];
3468 if (tcpnext)
3469 tcpnext->tcp_ptpahn = &tcp->tcp_acceptor_hash;
3470 tcp->tcp_acceptor_hash = tcpnext;
3483 tcp_t *tcpnext; local
3498 tcpnext = tcp->tcp_acceptor_hash;
3499 if (tcpnext) {
3500 tcpnext->tcp_ptpahn = tcp->tcp_ptpahn;
3503 *tcp->tcp_ptpahn = tcpnext;
[all...]

Completed in 65 milliseconds