Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dcls_u32.c59 struct tc_u32_pcnt __percpu *pf;
836 size = sizeof(struct tc_u32_pcnt) + s->nkeys * sizeof(u64); in u32_change()
837 n->pf = __alloc_percpu(size, __alignof__(struct tc_u32_pcnt)); in u32_change()
961 struct tc_u32_pcnt *gpf; in u32_dump()
1015 gpf = kzalloc(sizeof(struct tc_u32_pcnt) + in u32_dump()
1023 struct tc_u32_pcnt *pf = per_cpu_ptr(n->pf, cpu); in u32_dump()
1032 sizeof(struct tc_u32_pcnt) + n->sel.nkeys*sizeof(u64), in u32_dump()
/linux-4.1.27/include/uapi/linux/
Dpkt_cls.h223 struct tc_u32_pcnt { struct