Home
last modified time | relevance | path

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

/linux/net/sched/
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()
305 &head->in_hw_count); in mall_reoffload()
H A Dact_api.c131 act->in_hw_count = hw_count; in offload_action_hw_count_set()
137 act->in_hw_count += hw_count; in offload_action_hw_count_inc()
143 act->in_hw_count = act->in_hw_count > hw_count ? in offload_action_hw_count_dec()
144 act->in_hw_count - hw_count : 0; in offload_action_hw_count_dec()
254 u32 in_hw_count = 0; in tcf_action_offload_add_ex() local
276 err = tcf_action_offload_cmd(fl_action, &in_hw_count, cb, cb_priv); in tcf_action_offload_add_ex()
278 cb ? offload_action_hw_count_inc(action, in_hw_count) : in tcf_action_offload_add_ex()
279 offload_action_hw_count_set(action, in_hw_count); in tcf_action_offload_add_ex()
332 u32 in_hw_count in tcf_action_offload_del_ex() local
[all...]
H A Dcls_bpf.c44 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()
690 &prog->in_hw_count); in cls_bpf_reoffload()
H A Dcls_u32.c57 unsigned int in_hw_count; member
543 &n->flags, &n->in_hw_count, true); in u32_remove_hw_knode()
573 &n->flags, &n->in_hw_count, true); in u32_replace_hw_knode()
1295 &n->in_hw_count); in u32_reoffload_knode()
H A Dcls_api.c3682 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_add()
3714 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, in tc_setup_cb_add()
3786 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_destroy()
3807 tc_cls_offload_cnt_reset(block, tp, in_hw_count, flags); in tc_setup_cb_destroy()
3821 void *cb_priv, u32 *flags, unsigned int *in_hw_count) in tc_setup_cb_reoffload()
3829 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, 1, in tc_setup_cb_reoffload()
3681 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
3785 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
3820 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.c132 u32 in_hw_count;
455 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
489 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter()
2724 &f->in_hw_count); in fl_reoffload()
3722 if (nla_put_u32(skb, TCA_FLOWER_IN_HW_COUNT, f->in_hw_count)) in fl_dump()
136 u32 in_hw_count; global() member
/linux/include/net/
H A Dpkt_cls.h300 return !!act->in_hw_count; in tc_act_in_hw()
611 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
619 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
623 void *cb_priv, u32 *flags, unsigned int *in_hw_count);
H A Dact_api.h52 u32 in_hw_count; member