Searched refs:tun_clone_create (Results 1 – 1 of 1) sorted by relevance
238 static int tun_clone_create(struct if_clone *, char *, size_t, caddr_t);290 .clone_create_fn = tun_clone_create,307 .clone_create_fn = tun_clone_create,324 .clone_create_fn = tun_clone_create,517 tun_clone_create(struct if_clone *ifc, char *name, size_t len, caddr_t params) in tun_clone_create() function