Searched refs:ipf_state_del (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_state.c | 164 static int ipf_state_del(ipf_main_softc_t *, ipstate_t *, int); 434 ipf_state_del(softc, is, ISL_UNLOAD); in ipf_state_soft_fini() 565 ipf_state_del(softc, sp, ISL_REMOVE); in ipf_state_remove() 3529 ipf_state_del(ipf_main_softc_t *softc, ipstate_t *is, int why) in ipf_state_del() function 3684 ipf_state_del(softc, is, ISL_EXPIRE); in ipf_state_expire() 3695 ipf_state_del(softc, is, ISL_EXPIRE); in ipf_state_expire() 3764 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() 3803 if (ipf_state_del(softc, is, in ipf_state_flush() 3831 if (ipf_state_del(softc, is, ISL_FLUSH) == 0) in ipf_state_flush() [all …]
|