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

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_sync.h66 } synclist_t; typedef in typeref:struct:synclist
108 extern void ipf_sync_del_nat(void *, synclist_t *);
109 extern void ipf_sync_del_state(void *, synclist_t *);
112 extern synclist_t *ipf_sync_new(ipf_main_softc_t *, int, fr_info_t *, void *);
116 extern void ipf_sync_update(ipf_main_softc_t *, int, fr_info_t *, synclist_t *);
H A Dip_sync.c106 synclist_t **syncstatetab;
107 synclist_t **syncnattab;
128 static int ipf_sync_flush_table(ipf_sync_softc_t *, int, synclist_t **);
130 static void ipf_sync_del(ipf_sync_softc_t *, synclist_t *);
195 KMALLOCS(softs->syncstatetab, synclist_t **,
202 KMALLOCS(softs->syncnattab, synclist_t **,
667 synclist_t *sl;
686 KMALLOC(sl, synclist_t *);
831 synclist_t *sl;
851 synclist_t *s
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintstate.c20 synclist_t ipsync;

Completed in 56 milliseconds