Lines Matching refs:err_stop
3255 void *type_data, bool err_stop) in __tc_setup_cb_call() argument
3264 if (err_stop) in __tc_setup_cb_call()
3274 void *type_data, bool err_stop, bool rtnl_held) in tc_setup_cb_call() argument
3293 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3309 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_add() argument
3330 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_add()
3335 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3359 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_replace() argument
3382 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_replace()
3391 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace()
3413 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_destroy() argument
3433 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_destroy()