Home
last modified time | relevance | path

Searched refs:ipa_next (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h285 struct ipsec_action_s *ipa_next; /* next alternative */ member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1903 for (ap = ipsp->ipsp_act; ap != NULL; ap = ap->ipa_next) { in ipsec_check_ipsecin_policy()
2989 ap->ipa_next = NULL; in ipsec_in_to_out_action()
3191 if (ap->ipa_next != prev) in ipsec_act_find()
3212 ap->ipa_next = prev; in ipsec_act_find()
3259 ipsec_action_t *np = ap->ipa_next; in ipsec_action_free()
3286 ipsec_action_t *np = ap->ipa_next; in ipsec_action_free_table()
3796 act1 = act1->ipa_next; in ipsec_compare_action()
3797 act2 = act2->ipa_next; in ipsec_compare_action()
H A Dip_sadb.c253 for (act = actlist; act != NULL; act = act->ipa_next) { in ipsec_getassocbyconn()
H A Dsadb.c5204 for (walker = ap; walker != NULL; walker = walker->ipa_next) {
5354 for (walker = ap; walker != NULL; walker = walker->ipa_next) {
5402 for (walker = ap; walker != NULL; walker = walker->ipa_next) {
H A Dspdsock.c1724 ap = ap->ipa_next; in spdsock_encode_action_list()