Home
last modified time | relevance | path

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

/xnu-8020.121.3/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.c379 bzero((idx), sizeof(struct secasindex)); \
429 static struct secashead *key_newsah(struct secasindex *, ifnet_t, u_int, u_int8_t, u_int16_t);
433 static struct secashead *key_getsah(struct secasindex *, u_int16_t);
434 static struct secasvar *key_checkspidup(struct secasindex *, u_int32_t);
461 static int key_cmpsaidx(struct secasindex *, struct secasindex *, int);
476 static u_int32_t key_do_getnewspi(struct sadb_spirange *, struct secasindex *);
490 static struct mbuf *key_getprop(const struct secasindex *);
492 static int key_acquire(struct secasindex *, struct secpolicy *);
494 static struct secacq *key_newacq(struct secasindex *);
495 static struct secacq *key_getacq(struct secasindex *);
[all …]
H A Dkey_debug.c591 struct secasindex *saidx; in kdebug_secasindex()
/xnu-8020.121.3/bsd/netinet6/
H A Dipsec.h121 struct secasindex saidx;/* hint for search proper SA */
H A Dipsec.c3103 struct secasindex *saidx = &sav->sah->saidx; in ipsec_logsastr()
3399 struct secasindex saidx; in ipsec4_output()
3604 struct secasindex saidx; in ipsec6_output_trans()
4020 struct secasindex saidx; in ipsec6_output_tunnel()
/xnu-8020.121.3/bsd/netinet/
H A Dip_input.c3654 struct secasindex saidx; in ip_forward()