Home
last modified time | relevance | path

Searched defs:ipsec_action_s (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dipsec_impl.h277 typedef struct ipsec_action_s struct
280 struct ipsec_action_s *ipa_next; /* next alternative */ argument
281 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 …]