Home
last modified time | relevance | path

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

/netbsd/sys/netipsec/
H A Dkeydb.h60 struct secasindex { struct
74 struct secasindex saidx; argument
169 struct secasindex saidx;
H A Dkey.h45 struct secasindex;
102 struct secasvar *key_lookup_sa_bysaidx(const struct secasindex *);
108 int key_checkrequest(const struct ipsecrequest *, const struct secasindex *,
H A Dipsec_output.c144 struct secasindex *saidx; in ipsec_process_done()
289 ipsec_fill_saidx_bymbuf(struct secasindex *saidx, const struct mbuf *m, in ipsec_fill_saidx_bymbuf()
365 struct secasindex saidx; in ipsec_lookup_sa()
404 struct secasindex saidx; in ipsec_nextisr()
H A Dkey.c766 const struct secasindex *);
4578 const struct secasindex *saidx0, in key_saidx_match()
4579 const struct secasindex *saidx1, in key_saidx_match()
5317 struct secasindex * saidx) in key_setsecasidx()
5382 struct secasindex saidx; in key_api_getspi()
5736 struct secasindex saidx; in key_api_update()
5992 struct secasindex saidx; in key_api_add()
6268 struct secasindex saidx; in key_api_delete()
6356 struct secasindex saidx; in key_delete_all()
6423 struct secasindex saidx; in key_api_get()
[all …]
H A Dkey_debug.h78 struct secasindex;
H A Dipsec_input.c371 struct secasindex *saidx; in ipsec4_common_input_cb()
512 struct secasindex *saidx; in ipsec6_common_input_cb()
H A Dkey_debug.c82 static void kdebug_secasindex(const struct secasindex *);
510 kdebug_secasindex(const struct secasindex *saidx) in kdebug_secasindex()
H A Dipsec.h104 struct secasindex saidx;/* hint for search proper SA */
H A Dxform_esp.c518 struct secasindex *saidx; in esp_input_cb()
688 struct secasindex *saidx; in esp_output()
H A Dxform_ipip.c324 struct secasindex *saidx; in ipip_output()
H A Dxform_ipcomp.c248 struct secasindex *saidx __diagused; in ipcomp_input_cb()
H A Dxform_ah.c737 struct secasindex *saidx; in ah_input_cb()
H A Dipsec.c1774 const struct secasindex *saidx = &sav->sah->saidx; in ipsec_logsastr()
/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dpolicy.h95 struct secasindex { struct
110 struct secasindex saidx;/* hint for search proper SA */ argument
H A Dpfkey.c3164 struct secasindex *saidx = &isr_cur->saidx;
3365 struct secasindex *oldsaidx;
/netbsd/crypto/dist/ipsec-tools/src/libipsec/
H A Dkey_debug.c692 kdebug_secasindex(struct secasindex *saidx) in kdebug_secasindex()