npfk_create
npf = npfk_create(0, NULL, &kern_ifops, NULL);
npf_t * npfk_create(int, const npf_mbufops_t *, const npf_ifops_t *, void *);
npf = npfk_create(0, &npftest_mbufops, &npftest_ifops, NULL);