Searched defs:policy_present (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2691 boolean_t policy_present; local
2708 policy_present = ipss->ipsec_inbound_v4_policy_present;
2712 policy_present = ipss->ipsec_inbound_v6_policy_present;
2717 if (policy_present) {
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c3364 boolean_t policy_present; local
3371 policy_present = ipss->ipsec_inbound_v4_policy_present;
3375 policy_present = ipss->ipsec_inbound_v6_policy_present;
3380 if (policy_present) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c2120 boolean_t policy_present; local
2132 policy_present = ipss->ipsec_inbound_v4_policy_present;
2134 policy_present = ipss->ipsec_inbound_v6_policy_present;
2136 if (!policy_present && connp == NULL) {
4201 boolean_t policy_present; local
4212 policy_present = ipss->ipsec_outbound_v4_policy_present;
4214 policy_present = ipss->ipsec_outbound_v6_policy_present;
4216 if (!policy_present && (connp == NULL || connp->conn_policy == NULL))

Completed in 69 milliseconds