HomeSort by: relevance | last modified time | path
    Searched defs: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.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.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

Completed in 62 milliseconds