Home
last modified time | relevance | path

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

/Linux-v5.15/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()
316 &head->in_hw_count); in mall_reoffload()
Dcls_bpf.c43 unsigned int in_hw_count; member
165 &oldprog->in_hw_count, in cls_bpf_offload_cmd()
166 &prog->gen_flags, &prog->in_hw_count, in cls_bpf_offload_cmd()
171 &prog->in_hw_count, true); in cls_bpf_offload_cmd()
175 &oldprog->in_hw_count, true); in cls_bpf_offload_cmd()
686 &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()
1198 &n->in_hw_count); in u32_reoffload_knode()
Dcls_api.c3285 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_add() argument
3317 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, in tc_setup_cb_add()
3389 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_destroy() argument
3410 tc_cls_offload_cnt_reset(block, tp, in_hw_count, flags); in tc_setup_cb_destroy()
3424 void *cb_priv, u32 *flags, unsigned int *in_hw_count) in tc_setup_cb_reoffload() argument
3432 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, 1, in tc_setup_cb_reoffload()
Dcls_flower.c121 u32 in_hw_count; member
438 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
474 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter()
2284 &f->in_hw_count); in fl_reoffload()
3090 if (nla_put_u32(skb, TCA_FLOWER_IN_HW_COUNT, f->in_hw_count)) in fl_dump()
/Linux-v5.15/include/net/
Dpkt_cls.h543 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
551 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
555 void *cb_priv, u32 *flags, unsigned int *in_hw_count);