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

  /src/sys/net/
if_gif.h 59 struct gif_softc *gv_softc;
69 struct gif_softc { struct
81 LIST_ENTRY(gif_softc) gif_list; /* list of all gifs */
90 * Get gif_variant from gif_softc.
98 gif_getref_variant(struct gif_softc *sc, struct psref *psref)
139 * + gif_softc->gif_var is protected by
140 * - gif_softc->gif_lock (an adaptive mutex) for writer
142 * gif_softc->gif_var is used for variant values while the gif tunnel
148 * - encap_lock => gif_softc->gif_lock => gif_softcs.lock
if_gif.h 59 struct gif_softc *gv_softc;
69 struct gif_softc { struct
81 LIST_ENTRY(gif_softc) gif_list; /* list of all gifs */
90 * Get gif_variant from gif_softc.
98 gif_getref_variant(struct gif_softc *sc, struct psref *psref)
139 * + gif_softc->gif_var is protected by
140 * - gif_softc->gif_lock (an adaptive mutex) for writer
142 * gif_softc->gif_var is used for variant values while the gif tunnel
148 * - encap_lock => gif_softc->gif_lock => gif_softcs.lock

Completed in 192 milliseconds