Home
last modified time | relevance | path

Searched refs:ipf_check (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil.h1614 extern int ipf_check __P((void *, struct ip *, int, struct ifnet *, int, mb_t **));
1631 extern int ipf_check __P((void *, struct ip *, int, struct ifnet *, int, void *,
1640 extern int ipf_check __P((void *, struct ip *, int, struct ifnet *, int, mb_t **));
H A Dip_fil_freebsd.c144 rv = ipf_check(&V_ipfmain, ip, ip->ip_hl << 2, ifp, in ipf_check_wrapper()
158 rv = ipf_check(&V_ipfmain, mtod(*mp, struct ip *), in ipf_check_wrapper6()
H A Dfil.c2809 ipf_check(ctx, ip, hlen, ifp, out in ipf_check() function