Searched refs:pfil4_wrapper (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dist/pf/net/ |
H A D | 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) in pfil4_wrapper() function 3378 error = pfil_add_hook((void *)pfil4_wrapper, NULL, in pf_pfil_attach() 3402 pfil_remove_hook(pfil4_wrapper, NULL, PFIL_IN|PFIL_OUT, ph_inet); in pf_pfil_attach() 3421 pfil_remove_hook((void *)pfil4_wrapper, NULL, in pf_pfil_detach()
|