HomeSort by: relevance | last modified time | path
    Searched refs:synclist_t (Results 1 - 3 of 3) 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 **,
687 synclist_t *sl;
706 KMALLOC(sl, synclist_t *);
849 ipf_sync_del(ipf_sync_softc_t *softs, synclist_t *sl)
867 ipf_sync_del_state(void *arg, synclist_t *sl
    [all...]
  /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 87 milliseconds