Searched refs:synclist_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_sync.h66 } synclist_t; typedef in typeref:struct:synclist
108 extern void ipf_sync_del_nat __P((void *, synclist_t *));
109 extern void ipf_sync_del_state __P((void *, synclist_t *));
112 extern synclist_t *ipf_sync_new __P((ipf_main_softc_t *, int, fr_info_t *, void *));
116 extern void ipf_sync_update __P((ipf_main_softc_t *, int, fr_info_t *, synclist_t *));
H A Dip_sync.c118 synclist_t **syncstatetab;
119 synclist_t **syncnattab;
140 static int ipf_sync_flush_table __P((ipf_sync_softc_t *, int, synclist_t **));
142 static void ipf_sync_del __P((ipf_sync_softc_t *, synclist_t *));
207 KMALLOCS(softs->syncstatetab, synclist_t **,
214 KMALLOCS(softs->syncnattab, synclist_t **,
703 synclist_t *sl;
722 KMALLOC(sl, synclist_t *);
867 synclist_t *sl;
887 synclist_t *s
[all...]
/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintstate.c20 synclist_t ipsync;

Completed in 51 milliseconds