Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
H A Dif_pfsync.c95 static int pfsync_clone_create(struct if_clone *, int, caddr_t, caddr_t);
122 IF_CLONE_INITIALIZER("pfsync", pfsync_clone_create, pfsync_clone_destroy, 1 ,1);
132 pfsync_clone_create(struct if_clone *ifc, int unit, in pfsync_clone_create() function