Home
last modified time | relevance | path

Searched refs:ipp_replay_depth (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h240 uint32_t ipp_replay_depth; /* replay window */ member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c962 act.ipa_apply.ipp_replay_depth = attrp->spd_attr_value; in spdsock_ext_to_actvec()
1690 if (act->ipa_apply.ipp_replay_depth != 0) in spdsock_encode_action()
1692 act->ipa_apply.ipp_replay_depth); in spdsock_encode_action()
H A Dsadb.c5216 if (walker->ipa_act.ipa_apply.ipp_replay_depth) {
5218 walker->ipa_act.ipa_apply.ipp_replay_depth;
5369 if (walker->ipa_act.ipa_apply.ipp_replay_depth)
5370 replay = ipp->ipp_replay_depth;
H A Dspd.c3053 ap->ipa_act.ipa_apply.ipp_replay_depth = 0; /* don't care */ in ipsec_in_to_out_action()