Lines Matching defs:ipf_synclist
205 static int ipf_synclist(ipf_main_softc_t *, frentry_t *, void *);
3942 /* Function: ipf_synclist */
3958 ipf_synclist(ipf_main_softc_t *softc, frentry_t *fr, void *ifp)
4083 (void) ipf_synclist(softc, softc->ipf_acct[0][softc->ipf_active], ifp);
4084 (void) ipf_synclist(softc, softc->ipf_acct[1][softc->ipf_active], ifp);
4085 (void) ipf_synclist(softc, softc->ipf_rules[0][softc->ipf_active], ifp);
4086 (void) ipf_synclist(softc, softc->ipf_rules[1][softc->ipf_active], ifp);
4092 (void) ipf_synclist(softc, g->fg_start, ifp);
4094 (void) ipf_synclist(softc, g->fg_start, ifp);
4846 error = ipf_synclist(softc, fp, NULL);