Lines Matching refs:err_stop
3240 void *type_data, bool err_stop) in __tc_setup_cb_call() argument
3249 if (err_stop) in __tc_setup_cb_call()
3259 void *type_data, bool err_stop, bool rtnl_held) in tc_setup_cb_call() argument
3278 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3294 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_add() argument
3315 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_add()
3320 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3344 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_replace() argument
3367 if (block->nooffloaddevcnt && err_stop) { in tc_setup_cb_replace()
3376 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace()
3398 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_destroy() argument
3418 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_destroy()