Searched refs:ipf_sync_new (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_sync.h | 112 extern synclist_t *ipf_sync_new __P((ipf_main_softc_t *, int, fr_info_t *, void *));
|
| H A D | ip_sync.c | 999 ipf_sync_new(softc, tab, fin, ptr) in ipf_sync_new() function
|
| H A D | ip_state.c | 1844 is->is_sync = ipf_sync_new(softc, SMC_STATE, fin, is); 2415 clone->is_sync = ipf_sync_new(softc, SMC_STATE, fin, clone);
|
| H A D | ip_nat.c | 3364 nat->nat_sync = ipf_sync_new(softc, SMC_NAT, fin, nat); 6390 clone->nat_sync = ipf_sync_new(softc, SMC_NAT, fin, clone);
|
| H A D | ip_nat6.c | 1227 nat->nat_sync = ipf_sync_new(softc, SMC_NAT, fin, nat);
|