HomeSort by: relevance | last modified time | path
    Searched refs:ipf_state_flush (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 311 extern int ipf_state_flush(ipf_main_softc_t *, int, int);
ip_state.c 616 ret = ipf_state_flush(softc, arg, 4);
636 ret = ipf_state_flush(softc, arg, 6);
3573 * be? ipf_state_flush() calls ipf_delete() directly because it wants
3709 (void) ipf_state_flush(softc, 2, 0);
3720 /* Function: ipf_state_flush */
3739 ipf_state_flush(ipf_main_softc_t *softc, int which, int proto) function in typeref:typename:int

Completed in 66 milliseconds