Searched refs:ipf_state_flush (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_state.h312 extern int ipf_state_flush __P((ipf_main_softc_t *, int, int));
H A Dip_state.c622 ret = ipf_state_flush(softc, arg, 4);
642 ret = ipf_state_flush(softc, arg, 6);
3644 * be? ipf_state_flush() calls ipf_delete() directly because it wants
3781 (void) ipf_state_flush(softc, 2, 0);
3792 /* Function: ipf_state_flush */
3811 ipf_state_flush(softc, which, proto) function
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipftest.c292 ipf_state_flush(softc, 1, 0);

Completed in 60 milliseconds