Searched refs:yerr_msg (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/net/ynl/lib/ |
D | ynl.c | 43 #define yerr_msg(_ys, _msg...) __yerr_msg(&(_ys)->err, _msg) macro 150 yerr_msg(ys, "%s", strerror(ys->err.code)); in ynl_ext_ack_check() 245 yerr_msg(ys, "Kernel %s: '%s'%s%s%s", in ynl_ext_ack_check() 250 yerr_msg(ys, "Kernel %s: %s%s", in ynl_ext_ack_check() 254 yerr_msg(ys, "%s", strerror(ys->err.code)); in ynl_ext_ack_check()
|