Searched refs:secasindex (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.h51 struct secasindex;
57 extern struct secasvar *key_allocsa_policy(struct secasindex *);
60 extern int key_checkrequest(struct ipsecrequest *isr, struct secasindex *,
85 extern struct secashead *key_newsah2 (struct secasindex *saidx, u_int8_t dir);
H A Dkeydb.h44 struct secasindex { struct
57 struct secasindex saidx;
138 struct secasindex saidx;
H A Dkey_debug.h72 struct secasindex;
78 extern void kdebug_secasindex(struct secasindex *);
H A Dkey.c406 * set parameters into secasindex buffer.
407 * Must allocate secasindex buffer before calling this function.
411 bzero((idx), sizeof(struct secasindex)); \
456 static struct secashead *key_newsah(struct secasindex *, u_int8_t);
459 static struct secashead *key_getsah(struct secasindex *);
460 static struct secasvar *key_checkspidup(struct secasindex *, u_int32_t);
492 static int key_cmpsaidx(struct secasindex *, struct secasindex *, int);
506 static u_int32_t key_do_getnewspi(struct sadb_spirange *, struct secasindex *);
526 static struct mbuf *key_getprop(const struct secasindex *);
[all...]
H A Dkey_debug.c576 struct secasindex *saidx;
582 printf("secasindex{ mode=%u proto=%u\n",
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.h112 struct secasindex saidx;/* hint for search proper SA */
H A Dipsec.c2924 struct secasindex *saidx = &sav->sah->saidx;
2999 struct secasindex saidx;
3285 struct secasindex saidx;
3462 struct secasindex saidx;
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c181 struct secasindex saidx;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c2603 struct secasindex saidx;

Completed in 103 milliseconds