Lines Matching refs:err_stop
3233 void *type_data, bool err_stop) in __tc_setup_cb_call() argument
3242 if (err_stop) in __tc_setup_cb_call()
3252 void *type_data, bool err_stop, bool rtnl_held) in tc_setup_cb_call() argument
3271 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3287 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_add() argument
3308 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_add()
3313 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3337 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_replace() argument
3360 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_replace()
3369 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace()
3391 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_destroy() argument
3411 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_destroy()