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

  /src/sys/net/
if_ipsec.h 69 struct ipsec_softc *iv_softc;
89 struct ipsec_softc { struct
100 LIST_ENTRY(ipsec_softc) ipsec_list; /* list of all gifs */
154 * Get ipsec_variant from ipsec_softc.
162 if_ipsec_getref_variant(struct ipsec_softc *sc, struct psref *psref)
213 * + ipsec_softc->ipsec_var is protected by
214 * - ipsec_softc->ipsec_lock (an adaptive mutex) for writer
216 * ipsec_softc->ipsec_var is used for variant values while the ipsec tunnel
226 * - encap_lock => ipsec_softc->ipsec_lock => ipsec_softcs.lock
if_ipsec.c 97 static void if_ipsec_attach0(struct ipsec_softc *);
99 static int if_ipsec_update_variant(struct ipsec_softc *,
126 static int if_ipsec_replace_sp(struct ipsec_softc *, struct ipsec_variant *,
142 LIST_HEAD(ipsec_sclist, ipsec_softc) list;
203 struct ipsec_softc *sc = (struct ipsec_softc *)node.sysctl_data;
381 if_ipsec_perif_sysctl_setup(struct sysctllog **clog, struct ipsec_softc *sc)
437 struct ipsec_softc *sc;
466 if_ipsec_attach0(struct ipsec_softc *sc)
491 struct ipsec_softc *sc = ifp->if_softc
    [all...]
  /src/sys/netipsec/
ipsecif.c 515 struct ipsec_softc *sc = ifp->if_softc;
700 struct ipsec_softc *sc = eparg;
819 struct ipsec_softc *sc = eparg;
937 struct ipsec_softc *sc = var->iv_softc;
974 struct ipsec_softc *sc = var->iv_softc;
992 struct ipsec_softc *sc = var->iv_softc;
1009 struct ipsec_softc *sc = eparg;

Completed in 13 milliseconds