Searched refs:gif_clone_create (Results 1 – 1 of 1) sorted by relevance
152 static int gif_clone_create(struct if_clone *, uint32_t, void *);158 IF_CLONE_INITIALIZER(GIFNAME, gif_clone_create, gif_clone_destroy,276 gif_clone_create(&gif_cloner, 0, NULL); in gif_init()306 gif_clone_create(struct if_clone *ifc, uint32_t unit, __unused void *params) in gif_clone_create() function