Home
last modified time | relevance | path

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

/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
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()
1253 &n->in_hw_count); in u32_reoffload_knode()
Dcls_api.c3237 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_add() argument
3269 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, in tc_setup_cb_add()
3341 u32 *flags, unsigned int *in_hw_count, bool rtnl_held) in tc_setup_cb_destroy() argument
3362 tc_cls_offload_cnt_reset(block, tp, in_hw_count, flags); in tc_setup_cb_destroy()
3376 void *cb_priv, u32 *flags, unsigned int *in_hw_count) in tc_setup_cb_reoffload() argument
3384 tc_cls_offload_cnt_update(block, tp, in_hw_count, flags, 1, in tc_setup_cb_reoffload()
Dcls_flower.c113 u32 in_hw_count; member
425 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
462 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter()
1868 &f->in_hw_count); in fl_reoffload()
2507 if (nla_put_u32(skb, TCA_FLOWER_IN_HW_COUNT, f->in_hw_count)) in fl_dump()