HomeSort by: relevance | last modified time | path
    Searched refs:ipf_check (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 241 rv = ipf_check(&ipfmain, ip, hlen, ifp, (dir == PFIL_OUT), mp);
273 return (ipf_check(&ipfmain, mtod(*mp, struct ip *), sizeof(struct ip6_hdr),
391 if ((softc->ipf_running > 0) || (ipf_checkp == ipf_check)) {
434 error = pfil_add_hook((void *)ipf_check, PFIL_IN|PFIL_OUT,
442 pfil_add_hook((void *)ipf_check, PFIL_IN|PFIL_OUT);
459 error = pfil_add_hook((void *)ipf_check, PFIL_IN|PFIL_OUT,
462 pfil_remove_hook((void *)ipf_check, PFIL_IN|PFIL_OUT,
489 ipf_checkp = ipf_check;
609 error = pfil_remove_hook((void *)ipf_check, PFIL_IN|PFIL_OUT,
618 pfil_remove_hook((void *)ipf_check, PFIL_IN|PFIL_OUT)
    [all...]
ip_fil.h 1712 extern int ipf_check(void *, struct ip *, int, void *, int, mb_t **);
1728 extern int ipf_check(void *, struct ip *, int, void *, int, void *,
1744 extern int ipf_check(void *, struct ip *, int, void *, int, mb_t **);
fil.c 2625 /* functions called from the IPFilter "mainline" in ipf_check(). */
2759 /* Function: ipf_check */
2777 /* ipf_check() is the master function for all IPFilter packet processing. */
2789 ipf_check(void *ctx, ip_t *ip, int hlen, void *ifp, int out, function in typeref:typename:int
2807 * The first part of ipf_check() deals with making sure that what goes

Completed in 22 milliseconds