Lines Matching refs:err_stop
3474 void *type_data, bool err_stop) in __tc_setup_cb_call() argument
3483 if (err_stop) in __tc_setup_cb_call()
3493 void *type_data, bool err_stop, bool rtnl_held) in tc_setup_cb_call() argument
3512 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3528 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_add() argument
3549 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_add()
3554 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3578 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_replace() argument
3601 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_replace()
3610 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace()
3632 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_destroy() argument
3652 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_destroy()