pf.c | 1809 * On netbsd, pf_test and pf_test6 are always called 5336 if (pf_test(PF_OUT, ifp, &m0, NULL) != PF_PASS) 5709 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, function in typeref:typename:int 5740 ("pf_test: kif == NULL, if_xname %s\n", ifp->if_xname)); 5748 panic("non-M_PKTHDR is passed to pf_test"); 5761 ("pf_test: pf_get_mtag returned NULL\n"));
|