HomeSort by: relevance | last modified time | path
    Searched refs:synclist_t (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_sync.h 68 } synclist_t; typedef in typeref:struct:synclist
110 extern void ipf_sync_del_nat(void *, synclist_t *);
111 extern void ipf_sync_del_state(void *, synclist_t *);
114 extern synclist_t *ipf_sync_new(ipf_main_softc_t *, int, fr_info_t *, void *);
118 extern void ipf_sync_update(ipf_main_softc_t *, int, fr_info_t *, synclist_t *);
ip_sync.c 122 synclist_t **syncstatetab;
123 synclist_t **syncnattab;
144 static int ipf_sync_flush_table(ipf_sync_softc_t *, int, synclist_t **);
146 static void ipf_sync_del(ipf_sync_softc_t *, synclist_t *);
208 KMALLOCS(softs->syncstatetab, synclist_t **,
215 KMALLOCS(softs->syncnattab, synclist_t **,
693 synclist_t *sl;
712 KMALLOC(sl, synclist_t *);
855 ipf_sync_del(ipf_sync_softc_t *softs, synclist_t *sl)
873 ipf_sync_del_state(void *arg, synclist_t *sl
    [all...]
  /src/external/bsd/ipf/dist/
ip_sync.h 68 } synclist_t; typedef in typeref:struct:synclist
110 extern void ipf_sync_del_nat __P((void *, synclist_t *));
111 extern void ipf_sync_del_state __P((void *, synclist_t *));
114 extern synclist_t *ipf_sync_new __P((ipf_main_softc_t *, int, fr_info_t *, void *));
118 extern void ipf_sync_update __P((ipf_main_softc_t *, int, fr_info_t *, synclist_t *));
ip_sync.c 118 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 **,
709 synclist_t *sl;
728 KMALLOC(sl, synclist_t *);
873 synclist_t *sl;
893 synclist_t *sl
    [all...]
  /src/external/bsd/ipf/dist/lib/
printstate.c 20 synclist_t ipsync;
  /src/sys/kern/
vfs_subr.c 622 typedef TAILQ_HEAD(synclist, vnode_impl) synclist_t; typedef
641 static synclist_t * syncer_workitem_pending;
691 synclist_t *slp;
735 synclist_t *slp;
839 synclist_t *slp;

Completed in 20 milliseconds