Searched refs:CONN_INBOUND_POLICY_PRESENT (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_fusion.c | 497 CONN_INBOUND_POLICY_PRESENT(peer_connp, ipss); in tcp_fuse_output()
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_hash.c | 578 CONN_INBOUND_POLICY_PRESENT(connp, ipss) : in ip_fanout_sctp()
|
H A D | sctp_input.c | 3532 CONN_INBOUND_POLICY_PRESENT(connp, ipss) : in sctp_input()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_input.c | 2501 if (CONN_INBOUND_POLICY_PRESENT(connp, ipss) || in ip_fanout_v4() 2668 if (CONN_INBOUND_POLICY_PRESENT(connp, ipss) || in ip_fanout_v4()
|
H A D | ip.c | 2134 if (CONN_INBOUND_POLICY_PRESENT(connp, ipss) || in icmp_inbound_error_fanout_v4() 4956 CONN_INBOUND_POLICY_PRESENT(connp, ipss) : in ip_fanout_proto_conn() 5222 CONN_INBOUND_POLICY_PRESENT(connp, ipss) : in ip_fanout_udp_conn() 14333 CONN_INBOUND_POLICY_PRESENT(connp, ipss) : in ip_fanout_sctp_raw()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | ip.h | 785 #define CONN_INBOUND_POLICY_PRESENT(connp, ipss) \ macro
|