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 D | tcp_fusion.c | 526 CONN_INBOUND_POLICY_PRESENT_V6(peer_connp, ipss); in tcp_fuse_output()
|
H A D | tcp_input.c | 5599 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in tcp_reinput()
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_hash.c | 588 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_sctp()
|
H A D | sctp_input.c | 3543 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in sctp_input()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_input.c | 2157 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in ip_fanout_v6() 2321 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in ip_fanout_v6()
|
H A D | ip6.c | 818 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in icmp_inbound_error_fanout_v6()
|
H A D | ip.c | 4994 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_proto_conn() 5267 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_udp_conn() 14415 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_sctp_raw()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip.h | 791 #define CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) \ macro
|