Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.h45 U_QUAD_T is_bytes[4]; member
H A Dip_state.c1732 is->is_pkts[0] = 0, is->is_bytes[0] = 0;
1733 is->is_pkts[1] = 0, is->is_bytes[1] = 0;
1734 is->is_pkts[2] = 0, is->is_bytes[2] = 0;
1735 is->is_pkts[3] = 0, is->is_bytes[3] = 0;
1739 is->is_bytes[out] = fin->fin_plen;
3439 is->is_bytes[inout] += fin->fin_plen;
4398 ipsl.isl_bytes[0] = is->is_bytes[0];
4400 ipsl.isl_bytes[1] = is->is_bytes[1];
4402 ipsl.isl_bytes[2] = is->is_bytes[2];
4404 ipsl.isl_bytes[3] = is->is_bytes[3];