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

  /src/sys/net/
if_gif.h 58 struct gif_variant { struct
64 int (*gv_output)(struct gif_variant *, int, struct mbuf *);
72 struct gif_variant *gif_var; /*
90 * Get gif_variant from gif_softc.
93 * gif_variant itself is protected not to be freed by gv_psref.
97 static __inline struct gif_variant *
100 struct gif_variant *var;
113 gif_putref_variant(struct gif_variant *var, struct psref *psref)
121 gif_heldref_variant(struct gif_variant *var)

Completed in 12 milliseconds