Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
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()
684 &prog->in_hw_count); in cls_bpf_reoffload()
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_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()
1204 &n->in_hw_count); in u32_reoffload_knode()
Dcls_api.c3232 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_add() argument
3264 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, in tc_setup_cb_add()
3336 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_destroy() argument
3357 tc_cls_offload_cnt_reset(block, tp, in_hw_count, flags); in tc_setup_cb_destroy()
3371 void *cb_priv, u32 *flags, unsigned int *in_hw_count) in tc_setup_cb_reoffload() argument
3379 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, 1, in tc_setup_cb_reoffload()
Dcls_flower.c108 u32 in_hw_count; member
420 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
457 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter()
1820 &f->in_hw_count); in fl_reoffload()
2455 if (nla_put_u32(skb, TCA_FLOWER_IN_HW_COUNT, f->in_hw_count)) in fl_dump()
/Linux-v5.4/include/net/
Dpkt_cls.h514 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
522 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
526 void *cb_priv, u32 *flags, unsigned int *in_hw_count);