Lines Matching refs:err_stop
3230 void *type_data, bool err_stop) in __tc_setup_cb_call() argument
3239 if (err_stop) in __tc_setup_cb_call()
3249 void *type_data, bool err_stop, bool rtnl_held) in tc_setup_cb_call() argument
3268 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3284 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_add() argument
3305 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_add()
3310 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3334 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_replace() argument
3357 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_replace()
3366 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace()
3388 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_destroy() argument
3408 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_destroy()