Searched refs:policy_present (Results 1 – 3 of 3) sorted by relevance
2120 boolean_t policy_present; in ipsec_check_global_policy() local2132 policy_present = ipss->ipsec_inbound_v4_policy_present; in ipsec_check_global_policy()2134 policy_present = ipss->ipsec_inbound_v6_policy_present; in ipsec_check_global_policy()2136 if (!policy_present && connp == NULL) { in ipsec_check_global_policy()4201 boolean_t policy_present; in ip_output_attach_policy() local4212 policy_present = ipss->ipsec_outbound_v4_policy_present; in ip_output_attach_policy()4214 policy_present = ipss->ipsec_outbound_v6_policy_present; in ip_output_attach_policy()4216 if (!policy_present && (connp == NULL || connp->conn_policy == NULL)) in ip_output_attach_policy()
2691 boolean_t policy_present; in tcp_xmit_listeners_reset() local2708 policy_present = ipss->ipsec_inbound_v4_policy_present; in tcp_xmit_listeners_reset()2712 policy_present = ipss->ipsec_inbound_v6_policy_present; in tcp_xmit_listeners_reset()2717 if (policy_present) { in tcp_xmit_listeners_reset()
3364 boolean_t policy_present; in sctp_check_in_policy() local3371 policy_present = ipss->ipsec_inbound_v4_policy_present; in sctp_check_in_policy()3375 policy_present = ipss->ipsec_inbound_v6_policy_present; in sctp_check_in_policy()3380 if (policy_present) { in sctp_check_in_policy()