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

  /src/sys/netipsec/
key_debug.h 77 struct secpolicyindex;
83 void kdebug_secpolicyindex(const char *, const struct secpolicyindex *);
key.h 40 struct secpolicyindex;
58 struct secpolicy *key_lookup_sp_byspidx(const struct secpolicyindex *, u_int,
ipsec.h 57 struct secpolicyindex { struct
71 struct secpolicyindex spidx; /* selector */
120 struct secpolicyindex cacheidx;
148 struct secpolicyindex spidx;
ipsec.c 175 static int ipsec_setspidx(struct mbuf *, struct secpolicyindex *, int, int);
176 static void ipsec4_get_ulp(struct mbuf *m, struct secpolicyindex *, int);
177 static int ipsec4_setspidx_ipaddr(struct mbuf *, struct secpolicyindex *);
179 static void ipsec6_get_ulp(struct mbuf *m, struct secpolicyindex *, int);
180 static int ipsec6_setspidx_ipaddr(struct mbuf *, struct secpolicyindex *);
194 struct secpolicyindex spidx;
536 struct secpolicyindex spidx;
810 ipsec_setspidx(struct mbuf *m, struct secpolicyindex *spidx, int dir,
867 ipsec4_get_ulp(struct mbuf *m, struct secpolicyindex *spidx, int needport)
951 ipsec4_setspidx_ipaddr(struct mbuf *m, struct secpolicyindex *spidx
    [all...]
key_debug.c 78 static void kdebug__secpolicyindex(const struct secpolicyindex *);
486 kdebug_secpolicyindex(const char *msg, const struct secpolicyindex *spidx)
495 kdebug__secpolicyindex(const struct secpolicyindex *spidx)
key.c 639 key_init_spidx_bymsghdr(struct secpolicyindex *, const struct sadb_msghdr *);
666 static struct secpolicy *key_getsp (const struct secpolicyindex *);
668 static struct secpolicy *key_lookup_and_remove_sp(const struct secpolicyindex *, bool);
758 static int key_spidx_match_exactly(const struct secpolicyindex *,
759 const struct secpolicyindex *);
760 static int key_spidx_match_withmask(const struct secpolicyindex *,
761 const struct secpolicyindex *);
804 static struct secspacq *key_newspacq (const struct secpolicyindex *);
805 static struct secspacq *key_getspacq (const struct secpolicyindex *);
941 key_lookup_sp_byspidx(const struct secpolicyindex *spidx
    [all...]

Completed in 25 milliseconds