Searched refs:ipsec_act_t (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ipsec_impl.h | 269 } ipsec_act_t; typedef in typeref:struct:ipsec_act 282 ipsec_act_t ipa_act; 886 const ipsec_act_t *, int, int, uint64_t *, netstack_t *); 891 extern boolean_t ipsec_polhead_insert(ipsec_policy_head_t *, ipsec_act_t *, 896 extern void ipsec_actvec_from_req(const ipsec_req_t *, ipsec_act_t **, uint_t *, 898 extern void ipsec_actvec_free(ipsec_act_t *, uint_t); 914 extern boolean_t ipsec_check_action(ipsec_act_t *, int *, netstack_t *); 922 extern int32_t ipsec_act_ovhd(const ipsec_act_t *act);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spdsock.c | 732 spd_convert_type(uint32_t type, ipsec_act_t *act) 751 spd_convert_flags(uint32_t flags, ipsec_act_t *act) 765 spdsock_reset_act(ipsec_act_t *act) 777 spdsock_check_action(ipsec_act_t *act, boolean_t tunnel_polhead, int *diag, 806 spdsock_ext_to_actvec(spd_ext_t **extv, ipsec_act_t **actpp, uint_t *nactp, 811 ipsec_act_t act, *actp, *endactp; 983 ipsec_selkey_t *sel, ipsec_act_t *actp, int nact, uint_t dir, uint_t af, 1009 ipsec_selkey_t *sel, ipsec_act_t *actp, int nact, uint_t dir, uint_t afs, 1035 ipsec_act_t *actp;
|
H A D | spd.c | 76 static ipsec_act_t *ipsec_act_wildcard_expand(ipsec_act_t *, uint_t *, 1138 ipsec_check_action(ipsec_act_t *act, int *diag, netstack_t *ns) 1189 ipsec_setup_act(ipsec_act_t *outact, ipsec_act_t *act, 1213 static ipsec_act_t * 1214 ipsec_act_wildcard_expand(ipsec_act_t *act, uint_t *nact, netstack_t *ns) 1222 ipsec_act_t *outact; 1370 ipsec_actvec_from_req(const ipsec_req_t *req, ipsec_act_t **actp, uint_t *nactp, 1489 ipsec_actvec_free(ipsec_act_t *ac [all...] |
H A D | ip_sadb.c | 254 ipsec_act_t *ap = &act->ipa_act;
|
H A D | ip.c | 6124 ipsec_act_t *actp = NULL;
|
/illumos-gate/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 939 iptun_insert_simple_policies(ipsec_policy_head_t *ph, ipsec_act_t *actp, 962 ipsec_act_t *actp = NULL;
|
Completed in 184 milliseconds