Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c131 IPCL_IS_NONSTR(connp) != IPCL_IS_NONSTR(peer_connp)) { in tcp_fuse()
177 if (!IPCL_IS_NONSTR(tcp->tcp_connp)) { in tcp_fuse()
178 ASSERT(!IPCL_IS_NONSTR(peer_tcp->tcp_connp)); in tcp_fuse()
226 if (!IPCL_IS_NONSTR(peer_tcp->tcp_connp)) { in tcp_fuse()
357 ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp)); in tcp_fuse_output_urg()
563 if (IPCL_IS_NONSTR(peer_connp) && in tcp_fuse_output()
582 if (IPCL_IS_NONSTR(peer_connp) && in tcp_fuse_output()
618 !IPCL_IS_NONSTR(peer_connp) && !canputnext(peer_connp->conn_rq))) { in tcp_fuse_output()
664 if (!IPCL_IS_NONSTR(peer_tcp->tcp_connp) && in tcp_fuse_output()
713 ASSERT(IPCL_IS_NONSTR(connp) || sigurg_mpp != NULL || tcp->tcp_fused); in tcp_fuse_rcv_drain()
[all …]
H A Dtcp.c426 if (IPCL_IS_NONSTR(tcp->tcp_connp)) { in tcp_set_recv_threshold()
890 if (!IPCL_IS_NONSTR(connp)) { in tcp_clean_death()
914 if (IPCL_IS_NONSTR(connp)) { in tcp_clean_death()
946 if (tcp->tcp_listener != NULL && IPCL_IS_NONSTR(connp)) { in tcp_clean_death()
956 if (IPCL_IS_NONSTR(connp)) in tcp_clean_death()
1028 if (IPCL_IS_NONSTR(connp)) { in tcp_stop_lingering()
1105 if (IPCL_IS_NONSTR(connp) && connp->conn_linger == 0) in tcp_close_common()
1154 if (tcp->tcp_wait_for_eagers && !IPCL_IS_NONSTR(connp)) { in tcp_close_common()
1379 ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp)); in tcp_free()
1385 ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp)); in tcp_free()
[all …]
H A Dtcp_input.c1553 if (IPCL_IS_NONSTR(lconnp)) { in tcp_input_listener()
1994 ASSERT(!IPCL_IS_NONSTR(tcp->tcp_connp)); in tcp_rcv_drain()
2717 if (!IPCL_IS_NONSTR(connp)) { in tcp_input_data()
2746 if (!IPCL_IS_NONSTR(connp)) { in tcp_input_data()
3125 if (IPCL_IS_NONSTR(connp)) { in tcp_input_data()
3403 if (IPCL_IS_NONSTR(connp)) { in tcp_input_data()
3561 if (IPCL_IS_NONSTR(connp)) { in tcp_input_data()
3643 if (!IPCL_IS_NONSTR(tcp->tcp_connp)) { in tcp_input_data()
3720 } else if (IPCL_IS_NONSTR(connp)) { in tcp_input_data()
4587 if (!TCP_IS_DETACHED(tcp) && (IPCL_IS_NONSTR(connp) || in tcp_input_data()
[all …]
H A Dtcp_output.c1416 ASSERT(!IPCL_IS_NONSTR(connp)); in tcp_output_urgent()
1453 connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 3 : 4)) || in tcp_close_output()
1455 connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 2 : 3))); in tcp_close_output()
1464 tcp_eager_cleanup(tcp, IPCL_IS_NONSTR(connp) ? 1 : 0); in tcp_close_output()
1478 ASSERT(IPCL_IS_NONSTR(connp)); in tcp_close_output()
1531 ASSERT(IPCL_IS_NONSTR(connp)); in tcp_close_output()
1615 (IPCL_IS_NONSTR(connp) ? 2 : 3)); in tcp_close_output()
1628 ASSERT(connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 2 : 3)); in tcp_close_output()
1645 ASSERT(connp->conn_ref >= (IPCL_IS_NONSTR(connp) ? 1 : 2)); in tcp_close_output()
1663 if (IPCL_IS_NONSTR(connp)) { in tcp_close_output()
H A Dtcp_opt_data.c1074 if ((coas.coa_changed & COA_SNDBUF_CHANGED) && !IPCL_IS_NONSTR(connp)) { in tcp_opt_set()
1084 if (IPCL_IS_NONSTR(connp)) in tcp_opt_set()
H A Dtcp_tpi.c481 if (IPCL_IS_NONSTR(connp)) { in tcp_conn_con()
1059 ASSERT(!IPCL_IS_NONSTR(connp)); in tcp_accept_finish()
1646 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.c146 ASSERT(IPCL_IS_NONSTR(econnp)); in tcp_accept()
/titanic_44/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.h124 #define IPCL_IS_NONSTR(connp) ((connp)->conn_flags & IPCL_NONSTR) macro
/titanic_44/usr/src/uts/common/inet/ip/
H A Drts.c212 if (!IPCL_IS_NONSTR(connp)) { in rts_common_close()
228 if (!IPCL_IS_NONSTR(connp)) { in rts_common_close()
1154 ASSERT(!IPCL_IS_NONSTR(connp)); in rts_input()
1189 if (IPCL_IS_NONSTR(connp)) { in rts_input()
H A Dicmp.c954 if (!IPCL_IS_NONSTR(connp)) { in rawip_do_close()
972 if (!IPCL_IS_NONSTR(connp)) { in rawip_do_close()
1240 if (IPCL_IS_NONSTR(connp)) { in icmp_icmp_input()
1409 if (IPCL_IS_NONSTR(connp)) { in icmp_icmp_error_ipv6()
2332 if ((coa->coa_changed & COA_SNDBUF_CHANGED) && !IPCL_IS_NONSTR(connp)) { in icmp_opt_set()
2485 if (IPCL_IS_NONSTR(icmp->icmp_connp)) { in icmp_queue_fallback()
2514 if (IPCL_IS_NONSTR(connp)) { in icmp_ulp_recv()
H A Dip_attr.c1425 if (!IPCL_IS_NONSTR(connp)) in ixa_check_drain_insert()
H A Dip.c4937 if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : !canputnext(rq)) { in ip_fanout_proto_conn()
5049 ASSERT(IPCL_IS_NONSTR(connp) || connp->conn_rq != NULL); in ip_fanout_proto_v4()
5214 if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : in ip_fanout_udp_conn()
5419 ASSERT(IPCL_IS_NONSTR(connp) || connp->conn_rq != NULL); in ip_fanout_udp_multi_v4()
13289 if (!IPCL_IS_NONSTR(connp)) in conn_drain_remove()
13470 if (IPCL_IS_NONSTR(connp)) { in conn_setqfull()
13499 if (IPCL_IS_NONSTR(connp)) { in conn_clrqfull()
14326 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.c2317 if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : in ip_fanout_v6()
H A Dip_input.c2660 if (IPCL_IS_NONSTR(connp) ? connp->conn_flow_cntrld : in ip_fanout_v4()
H A Dip_mroute.c2271 if (IPCL_IS_NONSTR(mrouter) ? mrouter->conn_flow_cntrld : in register_send()
H A Dip6.c2331 ASSERT(IPCL_IS_NONSTR(connp) || connp->conn_rq != NULL); in ip_fanout_proto_v6()
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp.c994 if (IPCL_IS_NONSTR(connp)) { in udp_icmp_input()
1022 if (IPCL_IS_NONSTR(connp)) { in udp_icmp_input()
1201 if (IPCL_IS_NONSTR(connp)) { in udp_icmp_error_ipv6()
1952 if ((coa->coa_changed & COA_SNDBUF_CHANGED) && !IPCL_IS_NONSTR(connp)) { in udp_opt_set()
2109 if (IPCL_IS_NONSTR(udp->udp_connp)) { in udp_queue_fallback()
2138 if (IPCL_IS_NONSTR(connp)) { in udp_ulp_recv()
4768 if (!IPCL_IS_NONSTR(connp)) { in udp_do_close()
4788 if (!IPCL_IS_NONSTR(connp)) { in udp_do_close()