HomeSort by: relevance | last modified time | path
    Searched refs:pf_test6 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dist/pf/net/
pfvar.h 1639 int pf_test6(int, struct ifnet *, struct mbuf **, struct ether_header *);
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
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"));
pf_ioctl.c 3365 if (pf_test6(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL)

Completed in 30 milliseconds