Home
last modified time | relevance | path

Searched refs:tc_cls_stats_dump (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/sched/
H A Dcls_basic.c256 if (!tc_cls_stats_dump(tp, arg, f)) in basic_walk()
H A Dcls_fw.c362 if (!tc_cls_stats_dump(tp, arg, f)) in fw_walk()
H A Dcls_route.c591 if (!tc_cls_stats_dump(tp, arg, f)) in route4_walk()
H A Dcls_bpf.c645 if (!tc_cls_stats_dump(tp, arg, prog)) in cls_bpf_walk()
H A Dcls_flow.c688 if (!tc_cls_stats_dump(tp, arg, f)) in flow_walk()
H A Dcls_u32.c1206 if (!tc_cls_stats_dump(tp, arg, ht)) in u32_walk()
1213 if (!tc_cls_stats_dump(tp, arg, n)) in u32_walk()
/openbmc/linux/include/net/
H A Dpkt_cls.h86 static inline bool tc_cls_stats_dump(struct tcf_proto *tp, in tc_cls_stats_dump() function