Lines Matching refs:msg
14 void do_trace_netlink_extack(const char *msg);
97 #define NL_SET_ERR_MSG(extack, msg) do { \ argument
98 static const char __msg[] = msg; \
126 #define NL_SET_ERR_MSG_MOD(extack, msg) \ argument
127 NL_SET_ERR_MSG((extack), KBUILD_MODNAME ": " msg)
132 #define NL_SET_ERR_MSG_WEAK(extack, msg) do { \ argument
134 NL_SET_ERR_MSG((extack), msg); \
137 #define NL_SET_ERR_MSG_WEAK_MOD(extack, msg) do { \ argument
139 NL_SET_ERR_MSG_MOD((extack), msg); \
151 #define NL_SET_ERR_MSG_ATTR_POL(extack, attr, pol, msg) do { \ argument
152 static const char __msg[] = msg; \
183 #define NL_SET_ERR_MSG_ATTR(extack, attr, msg) \ argument
184 NL_SET_ERR_MSG_ATTR_POL(extack, attr, NULL, msg)
186 #define NL_SET_ERR_MSG_ATTR_FMT(extack, attr, msg, args...) \ argument
187 NL_SET_ERR_MSG_ATTR_POL_FMT(extack, attr, NULL, msg, ##args)