Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c505 CONN_INBOUND_POLICY_PRESENT_V6(peer_connp, ipss); in tcp_fuse_output()
H A Dtcp_input.c5525 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in tcp_reinput()
/illumos-gate/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.c3534 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in sctp_input()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c2158 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in ip_fanout_v6()
2323 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in ip_fanout_v6()
H A Dip6.c818 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in icmp_inbound_error_fanout_v6()
H A Dip.c4982 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_proto_conn()
5248 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_udp_conn()
14387 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_sctp_raw()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h791 #define CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) \ macro