Searched refs:ipf_flush (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | fil.c | 3733 ipf_flush(ipf_main_softc_t *softc, minor_t unit, int flags) in ipf_flush() function 3760 tmp = ipf_flush(softc, IPL_LOGCOUNT, flags); in ipf_flush() 8072 tmp = ipf_flush(softc, IPL_LOGIPF, tmp); in ipf_ipf_ioctl() 8093 tmp = ipf_flush(softc, IPL_LOGIPF, tmp); in ipf_ipf_ioctl() 9129 (void) ipf_flush(softc, IPL_LOGIPF, FR_INQUE|FR_OUTQUE|FR_INACTIVE); in ipf_main_soft_fini() 9130 (void) ipf_flush(softc, IPL_LOGIPF, FR_INQUE|FR_OUTQUE); in ipf_main_soft_fini() 9131 (void) ipf_flush(softc, IPL_LOGCOUNT, FR_INQUE|FR_OUTQUE|FR_INACTIVE); in ipf_main_soft_fini() 9132 (void) ipf_flush(softc, IPL_LOGCOUNT, FR_INQUE|FR_OUTQUE); in ipf_main_soft_fini()
|
| D | ip_fil_netbsd.c | 582 (void) ipf_flush(softc, IPL_LOGIPF, FR_INQUE|FR_OUTQUE|FR_INACTIVE); in ipfdetach() 583 (void) ipf_flush(softc, IPL_LOGIPF, FR_INQUE|FR_OUTQUE); in ipfdetach()
|
| D | ip_fil.h | 1888 extern int ipf_flush(ipf_main_softc_t *, minor_t, int);
|