Searched refs:ipf_check (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_fil.h | 1616 extern int ipf_check(void *, struct ip *, int, struct ifnet *, int, mb_t **); 1632 extern int ipf_check(void *, struct ip *, int, struct ifnet *, int, void *, 1640 extern int ipf_check(void *, struct ip *, int, struct ifnet *, int, mb_t **);
|
H A D | ip_fil_freebsd.c | 121 rv = ipf_check(&V_ipfmain, ip, ip->ip_hl << 2, ifp, in ipf_check_wrapper() 137 rv = ipf_check(&V_ipfmain, mtod(*mp, struct ip *), in ipf_check_wrapper6()
|
H A D | fil.c | 2755 ipf_check(void *ctx, ip_t *ip, int hlen, struct ifnet *ifp, int out in ipf_check() function
|
/freebsd/sbin/ipf/ipftest/ |
H A D | ipftest.c | 219 i = ipf_check(softc, ip, hlen, ifp, dir, &m); in main()
|