Searched refs:secasindex (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.81.4/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 *, 89 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 156 struct secasindex saidx;
|
| H A D | key_debug.h | 72 struct secasindex; 78 extern void kdebug_secasindex(struct secasindex *);
|
| H A D | key.c | 389 bzero((idx), sizeof(struct secasindex)); \ 445 static struct secashead *key_newsah(struct secasindex *, ifnet_t, u_int, u_int8_t, u_int16_t); 449 static struct secashead *key_getsah(struct secasindex *, u_int16_t); 450 static struct secasvar *key_checkspidup(struct secasindex *, u_int32_t); 479 static int key_cmpsaidx(struct secasindex *, struct secasindex *, int); 495 static u_int32_t key_do_getnewspi(struct sadb_spirange *, struct secasindex *); 509 static struct mbuf *key_getprop(const struct secasindex *); 511 static int key_acquire(struct secasindex *, struct secpolicy *); 513 static struct secacq *key_newacq(struct secasindex *); 514 static struct secacq *key_getacq(struct secasindex *); [all …]
|
| H A D | key_debug.c | 591 struct secasindex *saidx; in kdebug_secasindex()
|
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | ipsec.h | 122 struct secasindex saidx;/* hint for search proper SA */
|
| H A D | ipsec.c | 3091 struct secasindex *saidx = &sav->sah->saidx; in ipsec_logsastr() 3674 struct secasindex saidx; in ipsec4_output() 3884 struct secasindex saidx; in ipsec6_output_trans() 4308 struct secasindex saidx; in ipsec6_output_tunnel()
|
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | ip_input.c | 3706 struct secasindex saidx; in ip_forward()
|