Searched refs:pf_test_eth (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/ |
H A D | pfvar.h | 2409 int pf_test_eth(int, int, struct ifnet *, struct mbuf **, struct inpcb *);
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 6500 chk = pf_test_eth(PF_IN, flags, ifp, m, inp); in pf_eth_check_in() 6513 chk = pf_test_eth(PF_OUT, flags, ifp, m, inp); in pf_eth_check_out()
|
H A D | pf.c | 9496 pf_test_eth(int dir, int pflags, struct ifnet *ifp, struct mbuf **m0, in pf_test_eth() function
|