Home
last modified time | relevance | path

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

/netbsd-src/sys/net/npf/
H A Dif_npflog.c65 static int npflog_clone_create(struct if_clone *, int);
70 IF_CLONE_INITIALIZER("npflog", npflog_clone_create, npflog_clone_destroy);
111 npflog_clone_create(struct if_clone *ifc, int unit) in npflog_clone_create() function