HomeSort by: relevance | last modified time | path
    Searched refs:secasindex (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/netipsec/
key.h 45 struct secasindex;
102 struct secasvar *key_lookup_sa_bysaidx(const struct secasindex *);
108 int key_checkrequest(const struct ipsecrequest *, const struct secasindex *,
keydb.h 60 struct secasindex { struct
74 struct secasindex saidx;
169 struct secasindex saidx;
key_debug.h 78 struct secasindex;
ipsec_output.c 144 struct secasindex *saidx;
289 ipsec_fill_saidx_bymbuf(struct secasindex *saidx, const struct mbuf *m,
365 struct secasindex saidx;
404 struct secasindex saidx;
key.c 628 * set parameters into secasindex buffer.
629 * Must allocate secasindex buffer before calling this function.
633 const struct sockaddr *, struct secasindex *);
696 static struct secashead *key_newsah (const struct secasindex *);
710 static struct secashead *key_getsah(const struct secasindex *, int);
711 static struct secashead *key_getsah_ref(const struct secasindex *, int);
712 static bool key_checkspidup(const struct secasindex *, u_int32_t);
751 static int key_saidx_match(const struct secasindex *,
752 const struct secasindex *, int);
768 const struct secasindex *);
    [all...]
ipsec.h 104 struct secasindex saidx;/* hint for search proper SA */
ipsec_input.c 371 struct secasindex *saidx;
512 struct secasindex *saidx;
key_debug.c 82 static void kdebug_secasindex(const struct secasindex *);
510 kdebug_secasindex(const struct secasindex *saidx)
516 printf(" secasindex { mode=%u proto=%u",
xform_ipip.c 324 struct secasindex *saidx;
xform_esp.c 518 struct secasindex *saidx;
687 struct secasindex *saidx;
xform_ipcomp.c 248 struct secasindex *saidx __diagused;
xform_ah.c 736 struct secasindex *saidx;
ipsec.c 1774 const struct secasindex *saidx = &sav->sah->saidx;
  /src/crypto/dist/ipsec-tools/src/racoon/
policy.h 95 struct secasindex { struct
110 struct secasindex saidx;/* hint for search proper SA */
pfkey.c 3120 struct secasindex *saidx = &isr_cur->saidx;
3190 /* Now we can do the update of endpoints in secasindex */
3321 struct secasindex *oldsaidx;
  /src/crypto/dist/ipsec-tools/src/libipsec/
key_debug.c 692 kdebug_secasindex(struct secasindex *saidx)
698 printf("secasindex{ mode=%u proto=%u\n",

Completed in 32 milliseconds