Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ipfilter/
Dmlf_ipl.c168 static struct cdevsw ipf_cdevsw = { variable
378 MOD_DEV(if_ipf, LM_DT_CHAR, CDEV_MAJOR, &ipf_cdevsw);
389 { (void *)&ipf_cdevsw }
419 cdevsw_add(&dev, &ipf_cdevsw, NULL); in ipf_drvinit()
423 tp[IPL_LOGIPF] = devfs_add_devswf(&ipf_cdevsw, IPL_LOGIPF, in ipf_drvinit()
425 tp[IPL_LOGNAT] = devfs_add_devswf(&ipf_cdevsw, IPL_LOGNAT, in ipf_drvinit()
427 tp[IPL_LOGSTATE] = devfs_add_devswf(&ipf_cdevsw, IPL_LOGSTATE, in ipf_drvinit()
430 tp[IPL_LOGAUTH] = devfs_add_devswf(&ipf_cdevsw, IPL_LOGAUTH, in ipf_drvinit()
Dmlfk_ipl.c134 static struct cdevsw ipf_cdevsw = { variable
153 static struct cdevsw ipf_cdevsw = { variable
230 ipf_devs[i] = make_dev(&ipf_cdevsw, i, 0, 0, 0600, c); in ipf_modload()
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dmlfk_ipl.c114 static struct cdevsw ipf_cdevsw = { variable
133 static struct cdevsw ipf_cdevsw = { variable
212 ipf_devs[i] = make_dev(&ipf_cdevsw, i, 0, 0, 0600, "%s", c); in ipf_modload()