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 D | tcp_fusion.c | 504 CONN_INBOUND_POLICY_PRESENT_V6(peer_connp, ipss); in tcp_fuse_output()
|
H A D | tcp_input.c | 5394 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in tcp_reinput()
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_hash.c | 579 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in ip_fanout_sctp()
|
H A D | sctp_input.c | 3533 CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss)) || in sctp_input()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip6_input.c | 2160 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 D | ip6.c | 828 if (CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) || in icmp_inbound_error_fanout_v6()
|
H A D | ip.c | 4957 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 D | ip.h | 790 #define CONN_INBOUND_POLICY_PRESENT_V6(connp, ipss) \ macro
|