pf_ioctl.c | 194 static int pfil4_wrapper(void *, struct mbuf **, struct ifnet *, int); 3274 pfil4_wrapper(void *arg, struct mbuf **mp, struct ifnet *ifp, int dir) function in typeref:typename:int 3378 error = pfil_add_hook((void *)pfil4_wrapper, NULL, 3402 pfil_remove_hook(pfil4_wrapper, NULL, PFIL_IN|PFIL_OUT, ph_inet); 3421 pfil_remove_hook((void *)pfil4_wrapper, NULL,
|