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