HomeSort by: relevance | last modified time | path
    Searched defs:ipf_check_wrapper6 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
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) function
448 error = pfil_add_hook((void *)ipf_check_wrapper6, NULL,
453 pfil_remove_hook((void *)ipf_check_wrapper6, NULL,
623 error = pfil_remove_hook((void *)ipf_check_wrapper6, NULL,
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) function
448 error = pfil_add_hook((void *)ipf_check_wrapper6, NULL,
453 pfil_remove_hook((void *)ipf_check_wrapper6, NULL,
623 error = pfil_remove_hook((void *)ipf_check_wrapper6, NULL,

Completed in 50 milliseconds