synclist_t
synclist_t ipsync;
synclist_t **syncstatetab;
synclist_t **syncnattab;
synclist_t *sl)
ipf_sync_flush_table(ipf_sync_softc_t *softs, int tabsize, synclist_t **table)
synclist_t *sl;
static int ipf_sync_flush_table(ipf_sync_softc_t *, int, synclist_t **);
static void ipf_sync_del(ipf_sync_softc_t *, synclist_t *);
KMALLOCS(softs->syncstatetab, synclist_t **,
KMALLOCS(softs->syncnattab, synclist_t **,
synclist_t *sl;
KMALLOC(sl, synclist_t *);
ipf_sync_del(ipf_sync_softc_t *softs, synclist_t *sl)
ipf_sync_del_state(void *arg, synclist_t *sl)
ipf_sync_del_nat(void *arg, synclist_t *sl)
synclist_t *sl;
KMALLOC(sl, synclist_t *);
synclist_t *
synclist_t *sl, *ss;
KMALLOC(sl, synclist_t *);
extern void ipf_sync_del_nat(void *, synclist_t *);
extern void ipf_sync_del_state(void *, synclist_t *);
extern synclist_t *ipf_sync_new(ipf_main_softc_t *, int, fr_info_t *, void *);
extern void ipf_sync_update(ipf_main_softc_t *, int, fr_info_t *, synclist_t *);