Home
last modified time | relevance | path

Searched refs:IPCL_IS_NONSTR (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c133 IPCL_IS_NONSTR(connp) != IPCL_IS_NONSTR(peer_connp)) { in tcp_fuse()
189 if (!IPCL_IS_NONSTR(tcp->tcp_connp)) { in tcp_fuse()
190 ASSERT(!IPCL_IS_NONSTR(peer_tcp->tcp_connp)); in tcp_fuse()
238 if (!IPCL_IS_NONSTR(peer_tcp->tcp_connp)) { in tcp_fuse()
369 ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp)); in tcp_fuse_output_urg()
585 if (IPCL_IS_NONSTR(peer_connp) && in tcp_fuse_output()
604 if (IPCL_IS_NONSTR(peer_connp) && in tcp_fuse_output()
640 !IPCL_IS_NONSTR(peer_connp) && !canputnext(peer_connp->conn_rq))) { in tcp_fuse_output()
688 if (!IPCL_IS_NONSTR(peer_tcp->tcp_connp) && in tcp_fuse_output()
737 ASSERT(IPCL_IS_NONSTR(connp) || sigurg_mpp != NULL || tcp->tcp_fused); in tcp_fuse_rcv_drain()
[all …]
H A Dtcp.c427 if (IPCL_IS_NONSTR(tcp->tcp_connp)) { in tcp_set_recv_threshold()
885 if (!IPCL_IS_NONSTR(connp)) { in tcp_clean_death()
909 if (IPCL_IS_NONSTR(connp)) { in tcp_clean_death()
941 if (tcp->tcp_listener != NULL && IPCL_IS_NONSTR(connp)) { in tcp_clean_death()
951 if (IPCL_IS_NONSTR(connp)) in tcp_clean_death()
1023 if (IPCL_IS_NONSTR(connp)) { in tcp_stop_lingering()
1113 if (IPCL_IS_NONSTR(connp) && connp->conn_linger == 0) in tcp_close_common()
1162 if (tcp->tcp_wait_for_eagers && !IPCL_IS_NONSTR(connp)) { in tcp_close_common()
1382 ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp)); in tcp_free()
1388 ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp)); in tcp_free()
[all …]
H A Dtcp_input.c1677 if (IPCL_IS_NONSTR(lconnp)) { in tcp_input_listener()
2121 ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp)); in tcp_rcv_drain()
2851 if (!IPCL_IS_NONSTR(connp)) { in tcp_input_data()
2880 if (!IPCL_IS_NONSTR(connp)) { in tcp_input_data()
3308 if (IPCL_IS_NONSTR(connp)) { in tcp_input_data()
3588 if (IPCL_IS_NONSTR(connp)) { in tcp_input_data()
3746 if (IPCL_IS_NONSTR(connp)) { in tcp_input_data()
3828 if (!IPCL_IS_NONSTR(tcp->tcp_connp)) { in tcp_input_data()
3905 } else if (IPCL_IS_NONSTR(connp)) { in tcp_input_data()
4744 if (!TCP_IS_DETACHED(tcp) && (IPCL_IS_NONSTR(connp) || in tcp_input_data()
[all …]
H A Dtcp_output.c1436 ASSERT(!IPCL_IS_NONSTR(connp)); in tcp_output_urgent()
1473 connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 3 : 4)) || in tcp_close_output()
1475 connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 2 : 3))); in tcp_close_output()
1484 tcp_eager_cleanup(tcp, IPCL_IS_NONSTR(connp) ? 1 : 0); in tcp_close_output()
1498 ASSERT(IPCL_IS_NONSTR(connp)); in tcp_close_output()
1551 ASSERT(IPCL_IS_NONSTR(connp)); in tcp_close_output()
1635 (IPCL_IS_NONSTR(connp) ? 2 : 3)); in tcp_close_output()
1648 ASSERT(connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 2 : 3)); in tcp_close_output()
1665 ASSERT(connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 1 : 2)); in tcp_close_output()
1683 if (IPCL_IS_NONSTR(connp)) { in tcp_close_output()
H A Dtcp_opt_data.c1177 if ((coas.coa_changed & COA_SNDBUF_CHANGED) && !IPCL_IS_NONSTR(connp)) { in tcp_opt_set()
1187 if (IPCL_IS_NONSTR(connp)) in tcp_opt_set()
H A Dtcp_tpi.c487 if (IPCL_IS_NONSTR(connp)) { in tcp_conn_con()
1064 ASSERT(!IPCL_IS_NONSTR(connp)); in tcp_accept_finish()
1651 ASSERT(!IPCL_IS_NONSTR(acceptor->tcp_connp)); in tcp_tli_accept()
H A Dtcp_timers.c545 ASSERT(!IPCL_IS_NONSTR(connp)); in tcp_push_timer()
H A Dtcp_socket.c147 ASSERT(IPCL_IS_NONSTR(econnp)); in tcp_accept()
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c44 if (connp != NULL && IPCL_IS_NONSTR(connp)) { in proto_set_rx_hiwat()
71 if (connp != NULL && IPCL_IS_NONSTR(connp)) { in proto_set_rx_lowat()
102 if (connp != NULL && IPCL_IS_NONSTR(connp)) { in proto_set_maxpsz()
135 if (connp != NULL && IPCL_IS_NONSTR(connp)) { in proto_set_tx_maxblk()
161 if (connp != NULL && IPCL_IS_NONSTR(connp)) { in proto_set_tx_copyopt()
187 if (connp != NULL && IPCL_IS_NONSTR(connp)) { in proto_set_tx_wroff()
221 ASSERT(IPCL_IS_NONSTR(connp)); in proto_set_rx_oob_opt()
H A Dipclassifier.h128 #define IPCL_IS_NONSTR(connp) ((connp)->conn_flags & IPCL_NONSTR) macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c213 if (!IPCL_IS_NONSTR(connp)) { in rts_common_close()
229 if (!IPCL_IS_NONSTR(connp)) { in rts_common_close()
1159 ASSERT(!IPCL_IS_NONSTR(connp)); in rts_input()
1194 if (IPCL_IS_NONSTR(connp)) { in rts_input()
H A Dicmp.c961 if (!IPCL_IS_NONSTR(connp)) { in rawip_do_close()
979 if (!IPCL_IS_NONSTR(connp)) { in rawip_do_close()
1248 if (IPCL_IS_NONSTR(connp)) { in icmp_icmp_input()
1417 if (IPCL_IS_NONSTR(connp)) { in icmp_icmp_error_ipv6()
2339 if ((coa->coa_changed & COA_SNDBUF_CHANGED) && !IPCL_IS_NONSTR(connp)) { in icmp_opt_set()
2492 if (IPCL_IS_NONSTR(icmp->icmp_connp)) { in icmp_queue_fallback()
2521 if (IPCL_IS_NONSTR(connp)) { in icmp_ulp_recv()
H A Dip_attr.c1429 if (!IPCL_IS_NONSTR(connp)) in ixa_check_drain_insert()
H A Dip.c4967 if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : !canputnext(rq)) { in ip_fanout_proto_conn()
5086 ASSERT(IPCL_IS_NONSTR(connp) || connp->conn_rq != NULL); in ip_fanout_proto_v4()
5258 if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : in ip_fanout_udp_conn()
5464 ASSERT(IPCL_IS_NONSTR(connp) || connp->conn_rq != NULL); in ip_fanout_udp_multi_v4()
13356 if (!IPCL_IS_NONSTR(connp)) in conn_drain_remove()
13538 if (IPCL_IS_NONSTR(connp)) { in conn_setqfull()
13567 if (IPCL_IS_NONSTR(connp)) { in conn_clrqfull()
14407 if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : !canputnext(rq)) { in ip_fanout_sctp_raw()
H A Dip_rts.c162 if (IPCL_IS_NONSTR(connp) ? !connp->conn_flow_cntrld : in rts_queue_input()
H A Dip6_input.c2311 if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : in ip_fanout_v6()
H A Dipclassifier.c2785 } else if (!IPCL_IS_NONSTR(connp) && connp->conn_rq != NULL) { in conn_get_socket_info()
H A Dip_input.c2660 if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : in ip_fanout_v4()
H A Dip_mroute.c2277 if (IPCL_IS_NONSTR(mrouter) ? mrouter->conn_flow_cntrld : in register_send()
H A Dip6.c2321 ASSERT(IPCL_IS_NONSTR(connp) || connp->conn_rq != NULL); in ip_fanout_proto_v6()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1076 if (IPCL_IS_NONSTR(connp)) { in udp_icmp_input()
1104 if (IPCL_IS_NONSTR(connp)) { in udp_icmp_input()
1283 if (IPCL_IS_NONSTR(connp)) { in udp_icmp_error_ipv6()
2059 if ((coa->coa_changed & COA_SNDBUF_CHANGED) && !IPCL_IS_NONSTR(connp)) { in udp_opt_set()
2232 if (IPCL_IS_NONSTR(udp->udp_connp)) { in udp_queue_fallback()
2261 if (IPCL_IS_NONSTR(connp)) { in udp_ulp_recv()
4920 if (!IPCL_IS_NONSTR(connp)) { in udp_do_close()
4940 if (!IPCL_IS_NONSTR(connp)) { in udp_do_close()