HomeSort by: relevance | last modified time | path
    Searched defs:l2tp_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_l2tp.h 74 struct l2tp_softc *lv_softc;
94 struct l2tp_softc { struct
108 LIST_ENTRY(l2tp_softc) l2tp_list; /* list of all l2tps */
119 * Get l2tp_variant from l2tp_softc.
128 l2tp_getref_variant(struct l2tp_softc *sc, struct psref *psref)
164 int l2tpattach0(struct l2tp_softc *);
187 * + l2tp_softc->l2tp_var is protected by
188 * - l2tp_softc->l2tp_lock (an adaptive mutex) for writer
190 * l2tp_softc->l2tp_var is used for variant values while the l2tp tunnel
197 * - encap_lock => struct l2tp_softc->l2tp_loc
    [all...]
if_l2tp.h 74 struct l2tp_softc *lv_softc;
94 struct l2tp_softc { struct
108 LIST_ENTRY(l2tp_softc) l2tp_list; /* list of all l2tps */
119 * Get l2tp_variant from l2tp_softc.
128 l2tp_getref_variant(struct l2tp_softc *sc, struct psref *psref)
164 int l2tpattach0(struct l2tp_softc *);
187 * + l2tp_softc->l2tp_var is protected by
188 * - l2tp_softc->l2tp_lock (an adaptive mutex) for writer
190 * l2tp_softc->l2tp_var is used for variant values while the l2tp tunnel
197 * - encap_lock => struct l2tp_softc->l2tp_loc
    [all...]

Completed in 24 milliseconds