Searched refs:gre_clone_create (Results 1 – 1 of 1) sorted by relevance
279 static int gre_clone_create(struct if_clone *, int);283 IF_CLONE_INITIALIZER("gre", gre_clone_create, gre_clone_destroy);567 gre_clone_create(struct if_clone *ifc, int unit) in gre_clone_create() function