Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dif_pflog.c98 static const char pflogname[] = "pflog"; variable
116 V_pflog_cloner = ifc_attach_cloner(pflogname, &req); in pflogattach()
118 ifc_create_ifp(pflogname, &ifd, NULL); in pflogattach()
156 if_initname(ifp, pflogname, ifd->unit); in pflog_clone_create()
361 static moduledata_t pflog_mod = { pflogname, pflog_modevent, 0 };