pf_test          2366 net/if_bridge.c 				if (pf_test(dir, &encif[0].sc_if,
pf_test          2512 net/if_bridge.c 		if (pf_test(dir, ifp, &m, eh) != PF_PASS)
pf_test          5027 net/pf.c       		if (pf_test(PF_OUT, ifp, &m0, NULL) != PF_PASS)
pf_test          1597 net/pfvar.h    int	pf_test(int, struct ifnet *, struct mbuf **, struct ether_header *);
pf_test           393 netinet/ip_input.c 	if (pf_test(PF_IN, m->m_pkthdr.rcvif, &m, NULL) != PF_PASS)
pf_test           579 netinet/ip_output.c 		if (pf_test(PF_OUT, &encif[0].sc_if, &m, NULL) != PF_PASS) {
pf_test           691 netinet/ip_output.c 	if (pf_test(PF_OUT, ifp, &m, NULL) != PF_PASS) {