Searched refs:ipf_check (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/netpfil/ipfilter/netinet/ |
| HD | 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 **);
|
| HD | 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()
|
| HD | fil.c | 2755 ipf_check(void *ctx, ip_t *ip, int hlen, struct ifnet *ifp, int out in ipf_check() function
|
| /freebsd-head/sbin/ipf/ipftest/ |
| HD | ipftest.c | 219 i = ipf_check(softc, ip, hlen, ifp, dir, &m); in main()
|