Searched defs:ipsec_action_s (Results 1 – 1 of 1) sorted by relevance
277 typedef struct ipsec_action_s struct280 struct ipsec_action_s *ipa_next; /* next alternative */ argument281 uint32_t ipa_refs; /* refcount */282 ipsec_act_t ipa_act;290 ipa_hval: 8,291 ipa_allow_clear:1, /* rule allows cleartext? */292 ipa_want_ah:1, /* an action wants ah */293 ipa_want_esp:1, /* an action wants esp */294 ipa_want_se:1, /* an action wants se */295 ipa_want_unique:1, /* want unique sa's */[all …]