Searched refs:virtif_clone (Results 1 – 1 of 1) sorted by relevance
67 static int virtif_clone(struct if_clone *, int);71 IF_CLONE_INITIALIZER(VIF_NAME, virtif_clone, virtif_unclone);103 virtif_clone(struct if_clone *ifc, int num) in virtif_clone() function