Searched refs:pf_check_in (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netpfil/pf/
H A Dpf_ioctl.c164 static int pf_check_in(void *arg, struct mbuf **m, struct ifnet *ifp,
3730 pf_check_in(void *arg, struct mbuf **m, struct ifnet *ifp, int dir, function
3824 pfil_add_hook(pf_check_in, NULL, PFIL_IN | PFIL_WAITOK, pfh_inet);
3831 pfil_remove_hook(pf_check_in, NULL, PFIL_IN | PFIL_WAITOK,
3863 pfil_remove_hook(pf_check_in, NULL, PFIL_IN | PFIL_WAITOK,

Completed in 100 milliseconds