Searched refs:pcnt (Results 1 – 3 of 3) sorted by relevance
106 #define SET_COUNTER(c,b,p) do { (c).bcnt = (b); (c).pcnt = (p); } while(0)107 #define ADD_COUNTER(c,b,p) do { (c).bcnt += (b); (c).pcnt += (p); } while(0)110 __u64 pcnt, bcnt; /* Packet and byte counters */ member
38 uint64_t pcnt; member
399 compat_u64 pcnt, bcnt; /* Packet and byte counters */ member