| /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 *);
|
| /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 *));
|
| /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;
|