Searched defs:if_clone (Results 1 – 1 of 1) sorted by relevance
69 struct if_clone { struct70 char ifc_name[IFCLOSIZ]; /* (c) Name of device, e.g. `gif' */71 struct unrhdr *ifc_unrhdr; /* (c) alloc_unr(9) header */72 int ifc_maxunit; /* (c) maximum unit number */73 int ifc_flags;74 long ifc_refcnt; /* (i) Reference count. */76 struct mtx ifc_mtx; /* Mutex to protect members. */78 ifc_match_f *ifc_match; /* (c) Matcher function */79 ifc_create_f *ifc_create; /* (c) Creates new interface */80 ifc_destroy_f *ifc_destroy; /* (c) Destroys cloned interface */[all …]