pf_test6         2375 net/if_bridge.c 				if (pf_test6(dir, &encif[0].sc_if,
pf_test6         2557 net/if_bridge.c 		if (pf_test6(dir, ifp, &m, eh) != PF_PASS)
pf_test6         5210 net/pf.c       		if (pf_test6(PF_OUT, ifp, &m0, NULL) != PF_PASS)
pf_test6         1601 net/pfvar.h    int	pf_test6(int, struct ifnet *, struct mbuf **, struct ether_header *);
pf_test6          445 netinet6/ip6_forward.c 	if (pf_test6(PF_OUT, rt->rt_ifp, &m, NULL) != PF_PASS) {
pf_test6          339 netinet6/ip6_input.c 	if (pf_test6(PF_IN, m->m_pkthdr.rcvif, &m, NULL) != PF_PASS)
pf_test6          768 netinet6/ip6_output.c 	if (pf_test6(PF_OUT, ifp, &m, NULL) != PF_PASS) {