Searched refs:fr_check (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1354 extern int fr_check __P((struct ip *, int, void *, int, mb_t **, ipf_stack_t *));
1376 extern int fr_check __P((struct ip *, int, void *, int, void *,
1406 extern int fr_check __P((struct ip *, int, void *, int, mb_t **, ipf_stack_t *));
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c240 i = fr_check(ip, hlen, ifp, dir, &m, ifs);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c2109 rval = fr_check(fw->hpe_hdr, hlen, qpi.qpi_ill, out,
2112 /* For fastroute cases, fr_check returns 0 with mp set to NULL */
2152 rval = fr_check(fw->hpe_hdr, hlen, qpi.qpi_ill, out,
2155 /* For fastroute cases, fr_check returns 0 with mp set to NULL */
H A Dfil.c2086 /* functions called from the IPFilter "mainline" in fr_check(). */
2283 /* Function: fr_check */
2301 /* fr_check() is the master function for all IPFilter packet processing. */
2312 int fr_check(ip, hlen, ifp, out function
2349 * The first part of fr_check() deals with making sure that what goes
4018 /* fr_check(), which processes packets, so no packet will enter fr_check(), */

Completed in 113 milliseconds