Home
last modified time | relevance | path

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

/netbsd/src/sys/net/npf/
Dnpfkern.h69 npf_t * npfk_create(int, const npf_mbufops_t *, const npf_ifops_t *, void *);
Dnpf.c75 npfk_create(int flags, const npf_mbufops_t *mbufops, in npfk_create() function
Dnpf_os.c158 npf = npfk_create(0, NULL, &kern_ifops, NULL); in npf_init()
/netbsd/src/usr.sbin/npf/npftest/libnpftest/
Dnpf_test_subr.c74 npf = npfk_create(0, &npftest_mbufops, &npftest_ifops, NULL); in npf_test_init()