Home
last modified time | relevance | path

Searched refs:in_hw_count (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A 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()
H A 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()
H A Dcls_u32.c56 unsigned int in_hw_count; member
530 &n->flags, &n->in_hw_count, true); in u32_remove_hw_knode()
560 &n->flags, &n->in_hw_count, true); in u32_replace_hw_knode()
1248 &n->in_hw_count); in u32_reoffload_knode()
H A Dcls_api.c3310 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_add()
3342 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, in tc_setup_cb_add()
3414 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_destroy()
3435 tc_cls_offload_cnt_reset(block, tp, in_hw_count, flags); in tc_setup_cb_destroy()
3449 void *cb_priv, u32 *flags, unsigned int *in_hw_count) in tc_setup_cb_reoffload()
3457 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, 1, in tc_setup_cb_reoffload()
3308 tc_setup_cb_add(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *flags, unsigned int *in_hw_count, bool rtnl_held) tc_setup_cb_add() argument
3412 tc_setup_cb_destroy(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *flags, unsigned int *in_hw_count, bool rtnl_held) tc_setup_cb_destroy() argument
3446 tc_setup_cb_reoffload(struct tcf_block *block, struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, enum tc_setup_type type, void *type_data, void *cb_priv, u32 *flags, unsigned int *in_hw_count) tc_setup_cb_reoffload() argument
H A Dcls_flower.c121 u32 in_hw_count; member
434 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
470 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter()
2286 &f->in_hw_count); in fl_reoffload()
3092 if (nla_put_u32(skb, TCA_FLOWER_IN_HW_COUNT, f->in_hw_count)) in fl_dump()
/kernel/linux/linux-6.6/net/sched/
H A Dcls_bpf.c44 unsigned int in_hw_count; member
169 &oldprog->in_hw_count, in cls_bpf_offload_cmd()
170 &prog->gen_flags, &prog->in_hw_count, in cls_bpf_offload_cmd()
175 &prog->in_hw_count, true); in cls_bpf_offload_cmd()
179 &oldprog->in_hw_count, true); in cls_bpf_offload_cmd()
674 &prog->in_hw_count); in cls_bpf_reoffload()
H A Dact_api.c138 act->in_hw_count = hw_count; in offload_action_hw_count_set()
144 act->in_hw_count += hw_count; in offload_action_hw_count_inc()
150 act->in_hw_count = act->in_hw_count > hw_count ? in offload_action_hw_count_dec()
151 act->in_hw_count - hw_count : 0; in offload_action_hw_count_dec()
256 u32 in_hw_count = 0; in tcf_action_offload_add_ex() local
278 err = tcf_action_offload_cmd(fl_action, &in_hw_count, cb, cb_priv); in tcf_action_offload_add_ex()
280 cb ? offload_action_hw_count_inc(action, in_hw_count) : in tcf_action_offload_add_ex()
281 offload_action_hw_count_set(action, in_hw_count); in tcf_action_offload_add_ex()
334 u32 in_hw_count in tcf_action_offload_del_ex() local
[all...]
H A Dcls_matchall.c22 unsigned int in_hw_count; member
81 &head->flags, &head->in_hw_count, true); in mall_destroy_hw_filter()
112 skip_sw, &head->flags, &head->in_hw_count, true); in mall_replace_hw_filter()
303 &head->in_hw_count); in mall_reoffload()
H A Dcls_u32.c57 unsigned int in_hw_count; member
532 &n->flags, &n->in_hw_count, true); in u32_remove_hw_knode()
562 &n->flags, &n->in_hw_count, true); in u32_replace_hw_knode()
1271 &n->in_hw_count); in u32_reoffload_knode()
H A Dcls_api.c3536 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_add()
3568 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, in tc_setup_cb_add()
3640 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_destroy()
3661 tc_cls_offload_cnt_reset(block, tp, in_hw_count, flags); in tc_setup_cb_destroy()
3675 void *cb_priv, u32 *flags, unsigned int *in_hw_count) in tc_setup_cb_reoffload()
3683 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, 1, in tc_setup_cb_reoffload()
3534 tc_setup_cb_add(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *flags, unsigned int *in_hw_count, bool rtnl_held) tc_setup_cb_add() argument
3638 tc_setup_cb_destroy(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *flags, unsigned int *in_hw_count, bool rtnl_held) tc_setup_cb_destroy() argument
3672 tc_setup_cb_reoffload(struct tcf_block *block, struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, enum tc_setup_type type, void *type_data, void *cb_priv, u32 *flags, unsigned int *in_hw_count) tc_setup_cb_reoffload() argument
H A Dcls_flower.c125 u32 in_hw_count; member
448 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
482 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter()
2596 &f->in_hw_count); in fl_reoffload()
3531 if (nla_put_u32(skb, TCA_FLOWER_IN_HW_COUNT, f->in_hw_count)) in fl_dump()
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h277 return !!act->in_hw_count; in tc_act_in_hw()
586 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
594 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
598 void *cb_priv, u32 *flags, unsigned int *in_hw_count);
H A Dact_api.h48 u32 in_hw_count; member
/kernel/linux/linux-5.10/include/net/
H A 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);

Completed in 31 milliseconds