Lines Matching refs:err_stop
3603 void *type_data, bool err_stop) in __tc_setup_cb_call() argument
3612 if (err_stop) in __tc_setup_cb_call()
3622 void *type_data, bool err_stop, bool rtnl_held) in tc_setup_cb_call() argument
3641 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3657 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_add() argument
3678 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_add()
3683 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3707 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_replace() argument
3730 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_replace()
3739 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace()
3761 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_destroy() argument
3781 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_destroy()