Searched refs:fr_fastroute (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/
H A Dip_fil.c511 int fr_fastroute(m, mpp, fin, fdp) function
H A DHISTORY293 remove unused code in fr_fastroute
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c706 return fr_fastroute(m, mpp, &fnew, NULL);
903 int fr_fastroute(m0, mpp, fin, fdp) function
H A Dfil.c2646 * will work when called from inside of fr_fastroute. Although
2667 * Up the reference on fr_lock and exit ipf_mutex. fr_fastroute
2738 (void) fr_fastroute(fin->fin_m, mp, fin, NULL);
2743 (void) fr_fastroute(fin->fin_m, mp, fin, fdp);
2753 (void) fr_fastroute(mc, &mc, fin, &fr->fr_dif);
H A Dip_fil.h1436 extern int fr_fastroute __P((mb_t *, mb_t **, fr_info_t *, frdest_t *));

Completed in 118 milliseconds