Searched refs:secasindex (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/bsd/netkey/ |
| H A D | key.h | 53 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 D | keydb.h | 42 struct secasindex { struct 60 struct secasindex saidx; argument 145 struct secasindex saidx;
|
| H A D | key_debug.h | 72 struct secasindex; 78 extern void kdebug_secasindex(struct secasindex *);
|
| H A D | key.c | 407 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 D | key_debug.c | 591 struct secasindex *saidx; in kdebug_secasindex()
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | ipsec.h | 121 struct secasindex saidx;/* hint for search proper SA */
|
| H A D | ipsec.c | 3108 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 D | ip_input.c | 3657 struct secasindex saidx; in ip_forward()
|