Home
last modified time | relevance | path

Searched refs:fr_check (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_fil_freebsd.c193 return fr_check(ip, ip->ip_hl << 2, ifp, (dir == PFIL_OUT), mp); in fr_check_wrapper()
202 return (fr_check(mtod(*mp, struct ip *), sizeof(struct ip6_hdr), in fr_check_wrapper6()
242 if (fr_checkp != fr_check) { in ipfattach()
244 fr_checkp = fr_check; in ipfattach()
1592 pfil_remove_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK, in ipf_pfil_unhook()
1596 pfil_remove_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK); in ipf_pfil_unhook()
1605 pfil_remove_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK, in ipf_pfil_unhook()
1642 pfil_add_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK, in ipf_pfil_hook()
1646 pfil_add_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK); in ipf_pfil_hook()
1654 pfil_add_hook((void *)fr_check, PFIL_IN|PFIL_OUT|PFIL_WAITOK, in ipf_pfil_hook()
Dip_fil.h1270 extern int fr_check __P((struct ip *, int, void *, int, mb_t **));
1303 extern int fr_check __P((struct ip *, int, void *, int, void *,
1326 extern int fr_check __P((struct ip *, int, void *, int, mb_t **));
Dfil.c2389 int fr_check(ip, hlen, ifp, out in fr_check() function
/freebsd-9-stable/contrib/ipfilter/FreeBSD/
Dip_output.c.diffs10 + extern int fr_check __P((struct ip *, int, struct ifnet *, int, struct mbuf **));
Dip_input.c.diffs10 + int fr_check __P((struct ip *, int, struct ifnet *, int, struct mbuf **));
/freebsd-9-stable/contrib/ipfilter/
DREADME30 When using it with multicast IP, the calls to fr_check() should be
DHISTORY560 redesign start of fr_check() to avoid putting duplicate information in
643 packet buffer pointers were not refreshed & used properly in fr_check()
1413 general: fr_check now returns error code, such as EHOSTUNREACH or
2103 Added another m_pullup() inside fr_check() for BSD style kernels and
/freebsd-9-stable/contrib/ipfilter/tools/
Dipftest.c236 i = fr_check(ip, hlen, ifp, dir, &m);