Symbol: IPCL_IS_NONSTR
usr/src/uts/common/inet/ip/icmp.c
1248
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/ip/icmp.c
1417
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/ip/icmp.c
2339
if ((coa->coa_changed & COA_SNDBUF_CHANGED) && !IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/ip/icmp.c
2492
if (IPCL_IS_NONSTR(icmp->icmp_connp)) {
usr/src/uts/common/inet/ip/icmp.c
2521
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/ip/icmp.c
961
if (!IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/ip/icmp.c
979
if (!IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/ip/ip.c
13356
if (!IPCL_IS_NONSTR(connp))
usr/src/uts/common/inet/ip/ip.c
13538
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/ip/ip.c
13567
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/ip/ip.c
14407
if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : !canputnext(rq)) {
usr/src/uts/common/inet/ip/ip.c
4967
if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : !canputnext(rq)) {
usr/src/uts/common/inet/ip/ip.c
5086
ASSERT(IPCL_IS_NONSTR(connp) || connp->conn_rq != NULL);
usr/src/uts/common/inet/ip/ip.c
5258
if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld :
usr/src/uts/common/inet/ip/ip.c
5464
ASSERT(IPCL_IS_NONSTR(connp) || connp->conn_rq != NULL);
usr/src/uts/common/inet/ip/ip6.c
2321
ASSERT(IPCL_IS_NONSTR(connp) || connp->conn_rq != NULL);
usr/src/uts/common/inet/ip/ip6_input.c
2311
if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld :
usr/src/uts/common/inet/ip/ip_attr.c
1429
if (!IPCL_IS_NONSTR(connp))
usr/src/uts/common/inet/ip/ip_input.c
2660
if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld :
usr/src/uts/common/inet/ip/ip_mroute.c
2277
if (IPCL_IS_NONSTR(mrouter) ? mrouter->conn_flow_cntrld :
usr/src/uts/common/inet/ip/ip_rts.c
162
if (IPCL_IS_NONSTR(connp) ? !connp->conn_flow_cntrld :
usr/src/uts/common/inet/ip/ipclassifier.c
2785
} else if (!IPCL_IS_NONSTR(connp) && connp->conn_rq != NULL) {
usr/src/uts/common/inet/ip/rts.c
1159
ASSERT(!IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/ip/rts.c
1194
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/ip/rts.c
213
if (!IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/ip/rts.c
229
if (!IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/proto_set.c
102
if (connp != NULL && IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/proto_set.c
135
if (connp != NULL && IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/proto_set.c
161
if (connp != NULL && IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/proto_set.c
187
if (connp != NULL && IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/proto_set.c
221
ASSERT(IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/proto_set.c
44
if (connp != NULL && IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/proto_set.c
71
if (connp != NULL && IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp.c
1023
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp.c
1113
if (IPCL_IS_NONSTR(connp) && connp->conn_linger == 0)
usr/src/uts/common/inet/tcp/tcp.c
1162
if (tcp->tcp_wait_for_eagers && !IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp.c
1382
ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp));
usr/src/uts/common/inet/tcp/tcp.c
1388
ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp));
usr/src/uts/common/inet/tcp/tcp.c
1461
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp.c
1975
ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp));
usr/src/uts/common/inet/tcp/tcp.c
1980
ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp));
usr/src/uts/common/inet/tcp/tcp.c
2611
if (!(IPCL_IS_NONSTR(connp)))
usr/src/uts/common/inet/tcp/tcp.c
3325
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp.c
4188
if (IPCL_IS_NONSTR(connp))
usr/src/uts/common/inet/tcp/tcp.c
427
if (IPCL_IS_NONSTR(tcp->tcp_connp)) {
usr/src/uts/common/inet/tcp/tcp.c
4391
ASSERT(IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/tcp/tcp.c
885
if (!IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp.c
909
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp.c
941
if (tcp->tcp_listener != NULL && IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp.c
951
if (IPCL_IS_NONSTR(connp))
usr/src/uts/common/inet/tcp/tcp_fusion.c
133
IPCL_IS_NONSTR(connp) != IPCL_IS_NONSTR(peer_connp)) {
usr/src/uts/common/inet/tcp/tcp_fusion.c
189
if (!IPCL_IS_NONSTR(tcp->tcp_connp)) {
usr/src/uts/common/inet/tcp/tcp_fusion.c
190
ASSERT(!IPCL_IS_NONSTR(peer_tcp->tcp_connp));
usr/src/uts/common/inet/tcp/tcp_fusion.c
238
if (!IPCL_IS_NONSTR(peer_tcp->tcp_connp)) {
usr/src/uts/common/inet/tcp/tcp_fusion.c
369
ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp));
usr/src/uts/common/inet/tcp/tcp_fusion.c
585
if (IPCL_IS_NONSTR(peer_connp) &&
usr/src/uts/common/inet/tcp/tcp_fusion.c
604
if (IPCL_IS_NONSTR(peer_connp) &&
usr/src/uts/common/inet/tcp/tcp_fusion.c
640
!IPCL_IS_NONSTR(peer_connp) && !canputnext(peer_connp->conn_rq))) {
usr/src/uts/common/inet/tcp/tcp_fusion.c
688
if (!IPCL_IS_NONSTR(peer_tcp->tcp_connp) &&
usr/src/uts/common/inet/tcp/tcp_fusion.c
737
ASSERT(IPCL_IS_NONSTR(connp) || sigurg_mpp != NULL || tcp->tcp_fused);
usr/src/uts/common/inet/tcp/tcp_fusion.c
751
ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp));
usr/src/uts/common/inet/tcp/tcp_fusion.c
797
ASSERT(!IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/tcp/tcp_input.c
1677
if (IPCL_IS_NONSTR(lconnp)) {
usr/src/uts/common/inet/tcp/tcp_input.c
2121
ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp));
usr/src/uts/common/inet/tcp/tcp_input.c
2851
if (!IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp_input.c
2880
if (!IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp_input.c
3308
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp_input.c
3588
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp_input.c
3746
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp_input.c
3828
if (!IPCL_IS_NONSTR(tcp->tcp_connp)) {
usr/src/uts/common/inet/tcp/tcp_input.c
3905
} else if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp_input.c
4744
if (!TCP_IS_DETACHED(tcp) && (IPCL_IS_NONSTR(connp) ||
usr/src/uts/common/inet/tcp/tcp_input.c
4888
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp_input.c
5073
ASSERT(!IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/tcp/tcp_input.c
5134
ASSERT(IPCL_IS_NONSTR(connp) || tcp->tcp_listener == NULL);
usr/src/uts/common/inet/tcp/tcp_input.c
5137
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp_input.c
5646
ASSERT(!IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/tcp/tcp_opt_data.c
1177
if ((coas.coa_changed & COA_SNDBUF_CHANGED) && !IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp_opt_data.c
1187
if (IPCL_IS_NONSTR(connp))
usr/src/uts/common/inet/tcp/tcp_output.c
1436
ASSERT(!IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/tcp/tcp_output.c
1473
connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 3 : 4)) ||
usr/src/uts/common/inet/tcp/tcp_output.c
1475
connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 2 : 3)));
usr/src/uts/common/inet/tcp/tcp_output.c
1484
tcp_eager_cleanup(tcp, IPCL_IS_NONSTR(connp) ? 1 : 0);
usr/src/uts/common/inet/tcp/tcp_output.c
1498
ASSERT(IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/tcp/tcp_output.c
1551
ASSERT(IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/tcp/tcp_output.c
1635
(IPCL_IS_NONSTR(connp) ? 2 : 3));
usr/src/uts/common/inet/tcp/tcp_output.c
1648
ASSERT(connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 2 : 3));
usr/src/uts/common/inet/tcp/tcp_output.c
1665
ASSERT(connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 1 : 2));
usr/src/uts/common/inet/tcp/tcp_output.c
1683
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/tcp/tcp_socket.c
147
ASSERT(IPCL_IS_NONSTR(econnp));
usr/src/uts/common/inet/tcp/tcp_timers.c
545
ASSERT(!IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/tcp/tcp_tpi.c
1064
ASSERT(!IPCL_IS_NONSTR(connp));
usr/src/uts/common/inet/tcp/tcp_tpi.c
1651
ASSERT(!IPCL_IS_NONSTR(acceptor->tcp_connp));
usr/src/uts/common/inet/tcp/tcp_tpi.c
487
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/udp/udp.c
1076
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/udp/udp.c
1104
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/udp/udp.c
1283
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/udp/udp.c
2059
if ((coa->coa_changed & COA_SNDBUF_CHANGED) && !IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/udp/udp.c
2232
if (IPCL_IS_NONSTR(udp->udp_connp)) {
usr/src/uts/common/inet/udp/udp.c
2261
if (IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/udp/udp.c
4920
if (!IPCL_IS_NONSTR(connp)) {
usr/src/uts/common/inet/udp/udp.c
4940
if (!IPCL_IS_NONSTR(connp)) {