Home
last modified time | relevance | path

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

/NextBSD/sys/netpfil/pf/
HDif_pflog.c96 static const char pflogname[] = "pflog"; variable
106 pflog_cloner = if_clone_simple(pflogname, pflog_clone_create, in pflogattach()
122 if_initname(ifp, pflogname, unit); in pflog_clone_create()
288 static moduledata_t pflog_mod = { pflogname, pflog_modevent, 0 };