Searched refs:APPBUG (Results 1 – 17 of 17) sorted by relevance
93 APPBUG("ifindex must be specified"); in build_qdisc_msg()118 APPBUG("handle or parent must be specified"); in rtnl_qdisc_build_add_request()193 APPBUG("NLM_F_CREATE and NLM_F_EXCL may not be used here, " in rtnl_qdisc_build_update_request()199 APPBUG("ifindex must be specified"); in rtnl_qdisc_build_update_request()204 APPBUG("handle or parent must be specified"); in rtnl_qdisc_build_update_request()281 APPBUG("ifindex and parent must be specified"); in rtnl_qdisc_build_delete_request()
43 APPBUG("ifindex must be specified"); in cls_build()141 APPBUG("prio must be specified if not a new classifier"); in rtnl_cls_build_add_request()257 APPBUG("prio must be specified"); in rtnl_cls_build_delete_request()
108 APPBUG("TC_H_MAJ(parent) must match TC_H_MAJ(handle)"); in class_build()202 APPBUG("ifindex and handle must be specified"); in rtnl_class_build_delete_request()319 APPBUG("ifindex must be specified"); in rtnl_class_alloc_cache()
1124 APPBUG("ifindex or name must be specified"); in rtnl_link_build_get_request()1453 APPBUG("link change: family is immutable"); in rtnl_link_build_change_request()1559 APPBUG("ifindex or name must be specified"); in rtnl_link_build_delete_request()
1051 APPBUG(buf); in rtnl_tc_data_check()
197 APPBUG("Link is not a veth link. set type \"veth\" first."); \
175 APPBUG("Link is not a macvlan link. set type \"macvlan\" first."); \
242 APPBUG("Link is not a ipvti link. set type \vti\" first."); \
51 APPBUG("A function was expecting a link object of type bridge."); \
257 APPBUG("Link is not a ipip link. set type \"ipip\" first."); \
285 APPBUG("Link is not a sit link. set type \"sit\" first."); \
346 APPBUG("Link is not a vlan link. set type \"vlan\" first."); \
311 APPBUG("Link is not a ip6_tnl link. set type \"ip6tnl\" first.");\
347 APPBUG("Link is not a CAN link. set type \"can\" first."); \
322 APPBUG("Link is not a ipgre link. set type \"gre\" first.");\
415 APPBUG("Link is not a vxlan link. set type \"vxlan\" first."); \
112 #define APPBUG(msg) \ macro