Home
last modified time | relevance | path

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

/netbsd-src/sys/dist/pf/net/
H A Dif_pfsync.c111 int pfsync_clone_create(struct if_clone *, int);
137 IF_CLONE_INITIALIZER("pfsync", pfsync_clone_create, pfsync_clone_destroy);
148 pfsync_clone_create(struct if_clone *ifc, int unit) in pfsync_clone_create() function