Searched refs:err_stop (Results 1 – 2 of 2) sorted by relevance
/net/sched/ |
D | cls_api.c | 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() [all …]
|
/net/mac80211/ |
D | iface.c | 1107 goto err_stop; in ieee80211_do_open() 1131 goto err_stop; in ieee80211_do_open() 1135 goto err_stop; in ieee80211_do_open() 1161 goto err_stop; in ieee80211_do_open() 1301 err_stop: in ieee80211_do_open()
|