Searched refs:ipf_state_log (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_state.h | 309 extern void ipf_state_log(ipf_main_softc_t *, struct ipstate *, u_int);
|
H A D | ip_state.c | 1797 ipf_state_log(softc, is, ISL_NEW); in ipf_state_add() 2004 ipf_state_log(softc, is, ISL_STATECHANGE); in ipf_state_tcp() 2565 ipf_state_log(softc, is, ISL_CLONE); in ipf_matchsrcdst() 3619 ipf_state_log(softc, is, why); in ipf_state_del() 4283 ipf_state_log(ipf_main_softc_t *softc, struct ipstate *is, u_int type) in ipf_state_log() function
|