Home
last modified time | relevance | path

Searched refs:pf_test_eth (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Dpfvar.h2287 int pf_test_eth(int, int, struct ifnet *, struct mbuf **, struct inpcb *);
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c6378 chk = pf_test_eth(PF_IN, flags, ifp, m, inp); in pf_eth_check_in()
6389 chk = pf_test_eth(PF_OUT, flags, ifp, m, inp); in pf_eth_check_out()
H A Dpf.c7867 pf_test_eth(int dir, int pflags, struct ifnet *ifp, struct mbuf **m0, in pf_test_eth() function