Home
last modified time | relevance | path

Searched refs:ipf_state_log (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.h309 extern void ipf_state_log(ipf_main_softc_t *, struct ipstate *, u_int);
H A Dip_state.c1800 ipf_state_log(softc, is, ISL_NEW); in ipf_state_add()
2007 ipf_state_log(softc, is, ISL_STATECHANGE); in ipf_state_tcp()
2554 ipf_state_log(softc, is, ISL_CLONE); in ipf_matchsrcdst()
3607 ipf_state_log(softc, is, why); in ipf_state_del()
4271 ipf_state_log(ipf_main_softc_t *softc, struct ipstate *is, u_int type) in ipf_state_log() function