Home
last modified time | relevance | path

Searched refs:CONN_INBOUND_POLICY_PRESENT_V6 (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c504 CONN_INBOUND_POLICY_PRESENT_V6(peer_connp, ipss); in tcp_fuse_output()
H A Dtcp_input.c5394 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in tcp_reinput()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c579 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_sctp()
H A Dsctp_input.c3533 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in sctp_input()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6_input.c2160 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in ip_fanout_v6()
2325 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in ip_fanout_v6()
H A Dip6.c828 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in icmp_inbound_error_fanout_v6()
H A Dip.c4957 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_proto_conn()
5223 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_udp_conn()
14334 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_sctp_raw()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h790 #define CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) \ macro