Searched refs:ipf_synclist (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 171 static int ipf_synclist __P((ipf_main_softc_t *, frentry_t *, 3999 ipf_synclist(softc, fr, ifp) in ipf_synclist() function 4129 (void) ipf_synclist(softc, softc->ipf_acct[0][softc->ipf_active], ifp); 4130 (void) ipf_synclist(softc, softc->ipf_acct[1][softc->ipf_active], ifp); 4131 (void) ipf_synclist(softc, softc->ipf_rules[0][softc->ipf_active], ifp); 4132 (void) ipf_synclist(softc, softc->ipf_rules[1][softc->ipf_active], ifp); 4138 (void) ipf_synclist(softc, g->fg_start, ifp); 4140 (void) ipf_synclist(softc, g->fg_start, ifp); 4959 error = ipf_synclist(softc, fp, NULL);
|