Home
last modified time | relevance | path

Searched refs:l2tp_clone_create (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net/
H A Dif_l2tp.c120 static int l2tp_clone_create(struct if_clone *, int);
124 IF_CLONE_INITIALIZER("l2tp", l2tp_clone_create, l2tp_clone_destroy);
239 l2tp_clone_create(struct if_clone *ifc, int unit) in l2tp_clone_create() function