Searched refs:ipf_check_wrapper6 (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_fil_netbsd.c | 249 static int ipf_check_wrapper6(void *, struct mbuf **, struct ifnet *, int ); 252 ipf_check_wrapper6(void *arg, struct mbuf **mp, struct ifnet *ifp, int dir) in ipf_check_wrapper6() function 448 error = pfil_add_hook((void *)ipf_check_wrapper6, NULL, in ipfattach() 453 pfil_remove_hook((void *)ipf_check_wrapper6, NULL, in ipfattach() 623 error = pfil_remove_hook((void *)ipf_check_wrapper6, NULL, in ipfdetach()
|