Home
last modified time | relevance | path

Searched refs:in_hw_count (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/net/sched/
Dcls_matchall.c21 unsigned int in_hw_count; member
79 &head->flags, &head->in_hw_count, true); in mall_destroy_hw_filter()
113 skip_sw, &head->flags, &head->in_hw_count, true); in mall_replace_hw_filter()
317 &head->in_hw_count); in mall_reoffload()
Dcls_bpf.c43 unsigned int in_hw_count; member
168 &oldprog->in_hw_count, in cls_bpf_offload_cmd()
169 &prog->gen_flags, &prog->in_hw_count, in cls_bpf_offload_cmd()
174 &prog->in_hw_count, true); in cls_bpf_offload_cmd()
178 &oldprog->in_hw_count, true); in cls_bpf_offload_cmd()
689 &prog->in_hw_count); in cls_bpf_reoffload()
Dcls_u32.c56 unsigned int in_hw_count; member
526 &n->flags, &n->in_hw_count, true); in u32_remove_hw_knode()
556 &n->flags, &n->in_hw_count, true); in u32_replace_hw_knode()
1199 &n->in_hw_count); in u32_reoffload_knode()
Dcls_api.c3295 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_add() argument
3327 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, in tc_setup_cb_add()
3399 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_destroy() argument
3420 tc_cls_offload_cnt_reset(block, tp, in_hw_count, flags); in tc_setup_cb_destroy()
3434 void *cb_priv, u32 *flags, unsigned int *in_hw_count) in tc_setup_cb_reoffload() argument
3442 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, 1, in tc_setup_cb_reoffload()
Dcls_flower.c116 u32 in_hw_count; member
429 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
465 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter()
2220 &f->in_hw_count); in fl_reoffload()
3026 if (nla_put_u32(skb, TCA_FLOWER_IN_HW_COUNT, f->in_hw_count)) in fl_dump()
/Linux-v5.10/include/net/
Dpkt_cls.h547 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
555 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
559 void *cb_priv, u32 *flags, unsigned int *in_hw_count);