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

  /src/sys/net/
if_l2tp.h 73 struct l2tp_variant { struct
98 struct l2tp_variant *l2tp_var; /*
119 * Get l2tp_variant from l2tp_softc.
121 * l2tp_variant itself is protected not to be freed by lv_psref.
127 static __inline struct l2tp_variant *
130 struct l2tp_variant *var;
146 l2tp_putref_variant(struct l2tp_variant *var, struct psref *psref)
155 l2tp_heldref_variant(struct l2tp_variant *var)
168 struct l2tp_variant *l2tp_lookup_session_ref(uint32_t, struct psref *);
if_l2tp.h 73 struct l2tp_variant { struct
98 struct l2tp_variant *l2tp_var; /*
119 * Get l2tp_variant from l2tp_softc.
121 * l2tp_variant itself is protected not to be freed by lv_psref.
127 static __inline struct l2tp_variant *
130 struct l2tp_variant *var;
146 l2tp_putref_variant(struct l2tp_variant *var, struct psref *psref)
155 l2tp_heldref_variant(struct l2tp_variant *var)
168 struct l2tp_variant *l2tp_lookup_session_ref(uint32_t, struct psref *);

Completed in 26 milliseconds