Home
last modified time | relevance | path

Searched refs:policy_present (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ip/
H A Dspd.c2120 boolean_t policy_present; in ipsec_check_global_policy() local
2132 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() local
4212 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()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2691 boolean_t policy_present; in tcp_xmit_listeners_reset() local
2708 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()
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c3364 boolean_t policy_present; in sctp_check_in_policy() local
3371 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()