Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dinterror.c30 static ipf_error_entry_t ipf_errors[IPF_NUM_ERRORS] = { variable
535 ie = ipf_errors + l + step;
/netbsd-src/sys/netinet/
H A Dip_flow.c357 ipf->ipf_errors++; in ipflow_fastforward()
381 ipf->ipf_errors + ipf->ipf_dropped); in ipflow_addstats()
558 ipf->ipf_errors = ipf->ipf_dropped = 0; in ipflow_create()
H A Dip_var.h68 u_long ipf_errors; /* other errors returned by if_output */ member