Home
last modified time | relevance | path

Searched refs:CONN_INBOUND_POLICY_PRESENT (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c497 CONN_INBOUND_POLICY_PRESENT(peer_connp, ipss); in tcp_fuse_output()
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c578 CONN_INBOUND_POLICY_PRESENT(connp, ipss) : in ip_fanout_sctp()
H A Dsctp_input.c3532 CONN_INBOUND_POLICY_PRESENT(connp, ipss) : in sctp_input()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_input.c2501 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 Dip.c2134 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 Dip.h785 #define CONN_INBOUND_POLICY_PRESENT(connp, ipss) \ macro