Home
last modified time | relevance | path

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

/include/uapi/linux/netfilter/
Dx_tables.h107 #define SET_COUNTER(c,b,p) do { (c).bcnt = (b); (c).pcnt = (p); } while(0)
108 #define ADD_COUNTER(c,b,p) do { (c).bcnt += (b); (c).pcnt += (p); } while(0)
111 __u64 pcnt, bcnt; /* Packet and byte counters */ member
/include/linux/netfilter/
Dx_tables.h436 return this_cpu_ptr((void __percpu *) (unsigned long) cnt->pcnt); in xt_get_this_cpu_counter()
445 return per_cpu_ptr((void __percpu *) (unsigned long) cnt->pcnt, cpu); in xt_get_per_cpu_counter()
495 compat_u64 pcnt, bcnt; /* Packet and byte counters */ member
/include/uapi/linux/netfilter_bridge/
Debtables.h40 __u64 pcnt; member