Searched refs:APPBUG (Results 1 – 23 of 23) sorted by relevance
94 APPBUG("ifindex must be specified"); in build_qdisc_msg()119 APPBUG("handle or parent must be specified"); in rtnl_qdisc_build_add_request()194 APPBUG("NLM_F_CREATE and NLM_F_EXCL may not be used here, " in rtnl_qdisc_build_update_request()200 APPBUG("ifindex must be specified"); in rtnl_qdisc_build_update_request()205 APPBUG("handle or parent must be specified"); in rtnl_qdisc_build_update_request()282 APPBUG("ifindex and parent must be specified"); in rtnl_qdisc_build_delete_request()
44 APPBUG("ifindex must be specified"); in cls_build()142 APPBUG("prio must be specified if not a new classifier"); in rtnl_cls_build_add_request()258 APPBUG("prio must be specified"); in rtnl_cls_build_delete_request()
109 APPBUG("TC_H_MAJ(parent) must match TC_H_MAJ(handle)"); in class_build()203 APPBUG("ifindex and handle must be specified"); in rtnl_class_build_delete_request()320 APPBUG("ifindex must be specified"); in rtnl_class_alloc_cache()
1378 APPBUG("ifindex or name must be specified"); in rtnl_link_build_get_request()1748 APPBUG("link change: family is immutable"); in rtnl_link_build_change_request()1862 APPBUG("ifindex or name must be specified"); in rtnl_link_build_delete_request()
1127 APPBUG(buf); in rtnl_tc_data_check()
141 APPBUG("Link is not a PPP link. set type \"ppp\" first."); \
166 APPBUG("Link is not a VRF link. set type \"vrf\" first."); \
163 APPBUG("Link is not a ipvlan link. set type \"ipvlan\" first."); \
198 APPBUG("Link is not a xfrmi link. set type \"xfrmi\" first."); \
198 APPBUG("Link is not a veth link. set type \"veth\" first."); \
286 APPBUG("Link is not a macvlan link. set type \"macvlan\" first."); \292 APPBUG("Link is not a macvtap link. set type \"macvtap\" first."); \
253 APPBUG("Link is not a ipvti link. set type \vti\" first."); \
268 APPBUG("Link is not a ipip link. set type \"ipip\" first."); \
322 APPBUG("Link is not a ip6_tnl link. set type \"ip6tnl\" first.");\
377 APPBUG("Link is not a vlan link. set type \"vlan\" first."); \
351 APPBUG("Link is not a CAN link. set type \"can\" first."); \
370 APPBUG("Link is not a sit link. set type \"sit\" first."); \
368 APPBUG("Link is not a ipgre link. set type \"gre/gretap\" first.");\
341 APPBUG("Link is not a geneve link. set type \"geneve\" first."); \
81 APPBUG("A function was expecting a link object of type bridge."); \
421 APPBUG("Link is not a MACsec link. set type \"macsec\" first."); \
686 APPBUG("Link is not a vxlan link. set type \"vxlan\" first."); \
114 #define APPBUG(msg) \ macro