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