Home
last modified time | relevance | path

Searched refs:ISL_FLUSH (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_state.h190 #define ISL_FLUSH 0xfffe macro
H A Dip_state.c3764 if (ipf_state_del(softc, is, ISL_FLUSH) == 0) in ipf_state_flush()
3785 if (ipf_state_del(softc, is, ISL_FLUSH) == 0) in ipf_state_flush()
3804 ISL_FLUSH) == 0) in ipf_state_flush()
3831 if (ipf_state_del(softc, is, ISL_FLUSH) == 0) in ipf_state_flush()
3851 ISL_FLUSH) == 0) { in ipf_state_flush()
3905 return ipf_state_del(softc, entry, ISL_FLUSH); in ipf_state_flush_entry()
4911 ipf_state_del(softc, state, ISL_FLUSH); in ipf_state_matchflush()
/netbsd/external/bsd/ipf/dist/tools/
H A Dipmon.c898 case ISL_FLUSH : in print_statelog()