Lines Matching refs:add
414 static void tcf_proto_count_usesw(struct tcf_proto *tp, bool add) in tcf_proto_count_usesw() argument
420 if (!add) { in tcf_proto_count_usesw()
1579 void *cb_priv, bool add, bool offload_in_use, in tcf_block_playback_offloads() argument
1593 if (chain->tmplt_ops && add) in tcf_block_playback_offloads()
1601 err = tp->ops->reoffload(tp, add, cb, cb_priv, in tcf_block_playback_offloads()
1603 if (err && add) in tcf_block_playback_offloads()
1605 } else if (add && offload_in_use) { in tcf_block_playback_offloads()
1611 if (chain->tmplt_ops && !add) in tcf_block_playback_offloads()
3565 u32 *flags, u32 diff, bool add) in tc_cls_offload_cnt_update() argument
3570 if (add) { in tc_cls_offload_cnt_update()
3788 bool add, flow_setup_cb_t *cb, in tc_setup_cb_reoffload() argument
3795 if (add && tc_skip_sw(*flags)) in tc_setup_cb_reoffload()
3799 add); in tc_setup_cb_reoffload()