Home
last modified time | relevance | path

Searched defs:if_clone (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dif_clone.c66 struct if_clone { struct
67 char ifc_name[IFCLOSIZ]; /* (c) Name of device, e.g. `gif' */
68 struct unrhdr *ifc_unrhdr; /* (c) alloc_unr(9) header */
69 int ifc_maxunit; /* (c) maximum unit number */
70 int ifc_flags;
71 long ifc_refcnt; /* (i) Reference count. */
73 struct mtx ifc_mtx; /* Mutex to protect members. */
98 LIST_ENTRY(if_clone) ifc_list; /* (e) On list of cloners */ argument