Home
last modified time | relevance | path

Searched refs:secasindex (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/bsd/netkey/
H A Dkey.h53 struct secasindex;
59 extern struct secasvar *key_allocsa_policy(struct secasindex *);
65 extern int key_checkrequest(struct ipsecrequest *isr, struct secasindex *,
92 extern struct secashead *key_newsah2(struct secasindex *saidx, u_int8_t dir);
H A Dkeydb.h42 struct secasindex { struct
60 struct secasindex saidx; argument
145 struct secasindex saidx;
H A Dkey_debug.h72 struct secasindex;
78 extern void kdebug_secasindex(struct secasindex *);
H A Dkey.c407 bzero((idx), sizeof(struct secasindex)); \
457 static struct secashead *key_newsah(struct secasindex *, ifnet_t, u_int, u_int8_t, u_int16_t);
461 static struct secashead *key_getsah(struct secasindex *, u_int16_t);
462 static struct secasvar *key_checkspidup(struct secasindex *, u_int32_t);
489 static int key_cmpsaidx(struct secasindex *, struct secasindex *, int);
504 static u_int32_t key_do_getnewspi(struct sadb_spirange *, struct secasindex *);
518 static struct mbuf *key_getprop(const struct secasindex *);
520 static int key_acquire(struct secasindex *, struct secpolicy *);
522 static struct secacq *key_newacq(struct secasindex *);
523 static struct secacq *key_getacq(struct secasindex *);
[all …]
H A Dkey_debug.c591 struct secasindex *saidx; in kdebug_secasindex()
/xnu-8019.80.24/bsd/netinet6/
H A Dipsec.h121 struct secasindex saidx;/* hint for search proper SA */
H A Dipsec.c3108 struct secasindex *saidx = &sav->sah->saidx; in ipsec_logsastr()
3404 struct secasindex saidx; in ipsec4_output()
3609 struct secasindex saidx; in ipsec6_output_trans()
4025 struct secasindex saidx; in ipsec6_output_tunnel()
/xnu-8019.80.24/bsd/netinet/
H A Dip_input.c3657 struct secasindex saidx; in ip_forward()