Lines Matching refs:NL_SET_ERR_MSG

421 		NL_SET_ERR_MSG(extack, "Invalid rate table parameters for searching");  in qdisc_get_rtab()
443 NL_SET_ERR_MSG(extack, "Failed to allocate new qdisc rate table"); in qdisc_get_rtab()
490 NL_SET_ERR_MSG(extack, "Size table base attribute is missing"); in qdisc_get_stab()
498 NL_SET_ERR_MSG(extack, "Size table data attribute is missing"); in qdisc_get_stab()
506 NL_SET_ERR_MSG(extack, "Invalid size of size table"); in qdisc_get_stab()
522 NL_SET_ERR_MSG(extack, "Invalid logarithmic size of size table"); in qdisc_get_stab()
875 NL_SET_ERR_MSG(extack, "Offloading graft operation failed."); in qdisc_offload_graft_helper()
1119 NL_SET_ERR_MSG(extack, "Device does not have an ingress queue"); in qdisc_graft()
1129 NL_SET_ERR_MSG(extack, in qdisc_graft()
1194 NL_SET_ERR_MSG(extack, "Specified class not found"); in qdisc_graft()
1199 NL_SET_ERR_MSG(extack, "Cannot assign noqueue to a class"); in qdisc_graft()
1206 NL_SET_ERR_MSG(extack, "STAB not supported on a non root"); in qdisc_graft()
1226 NL_SET_ERR_MSG(extack, "Ingress block index cannot be 0"); in qdisc_block_indexes_set()
1230 NL_SET_ERR_MSG(extack, "Ingress block sharing is not supported"); in qdisc_block_indexes_set()
1239 NL_SET_ERR_MSG(extack, "Egress block index cannot be 0"); in qdisc_block_indexes_set()
1243 NL_SET_ERR_MSG(extack, "Egress block sharing is not supported"); in qdisc_block_indexes_set()
1300 NL_SET_ERR_MSG(extack, "Specified qdisc kind is unknown"); in qdisc_create()
1314 NL_SET_ERR_MSG(extack, in qdisc_create()
1324 NL_SET_ERR_MSG(extack, "Maximum number of qdisc handles was exceeded"); in qdisc_create()
1368 NL_SET_ERR_MSG(extack, "Cannot attach rate estimator to a multi-queue root qdisc"); in qdisc_create()
1379 NL_SET_ERR_MSG(extack, "Failed to generate new estimator"); in qdisc_create()
1415 NL_SET_ERR_MSG(extack, "Change operation not supported by specified qdisc"); in qdisc_change()
1419 NL_SET_ERR_MSG(extack, "Change of blocks is not supported"); in qdisc_change()
1535 NL_SET_ERR_MSG(extack, "Failed to find qdisc with specified classid"); in tc_get_qdisc()
1546 NL_SET_ERR_MSG(extack, "Cannot find specified qdisc on specified device"); in tc_get_qdisc()
1551 NL_SET_ERR_MSG(extack, "Invalid handle"); in tc_get_qdisc()
1557 NL_SET_ERR_MSG(extack, "Failed to find qdisc with specified handle"); in tc_get_qdisc()
1563 NL_SET_ERR_MSG(extack, "Invalid qdisc name"); in tc_get_qdisc()
1569 NL_SET_ERR_MSG(extack, "Classid cannot be zero"); in tc_get_qdisc()
1573 NL_SET_ERR_MSG(extack, "Cannot delete qdisc with handle of zero"); in tc_get_qdisc()
1639 NL_SET_ERR_MSG(extack, "Failed to find specified qdisc"); in tc_modify_qdisc()
1657 NL_SET_ERR_MSG(extack, "NLM_F_REPLACE needed to override"); in tc_modify_qdisc()
1661 NL_SET_ERR_MSG(extack, "Invalid minor handle"); in tc_modify_qdisc()
1668 NL_SET_ERR_MSG(extack, "Exclusivity flag on, cannot override"); in tc_modify_qdisc()
1673 NL_SET_ERR_MSG(extack, "Invalid qdisc name"); in tc_modify_qdisc()
1677 NL_SET_ERR_MSG(extack, in tc_modify_qdisc()
1683 NL_SET_ERR_MSG(extack, "Qdisc parent/child loop detected"); in tc_modify_qdisc()
1687 NL_SET_ERR_MSG(extack, "Ingress cannot graft directly"); in tc_modify_qdisc()
1733 NL_SET_ERR_MSG(extack, "Handle cannot be zero"); in tc_modify_qdisc()
1741 NL_SET_ERR_MSG(extack, "Specified qdisc not found"); in tc_modify_qdisc()
1745 NL_SET_ERR_MSG(extack, "Exclusivity flag on, cannot modify"); in tc_modify_qdisc()
1749 NL_SET_ERR_MSG(extack, "Invalid qdisc name"); in tc_modify_qdisc()
1759 NL_SET_ERR_MSG(extack, "Qdisc not found. To create specify NLM_F_CREATE flag"); in tc_modify_qdisc()
1769 NL_SET_ERR_MSG(extack, "Cannot find ingress queue for specified device"); in tc_modify_qdisc()
2249 NL_SET_ERR_MSG(extack, "Shared blocks are not supported for classes"); in tc_ctl_tclass()