Lines Matching defs:extack
98 #define NL_SET_ERR_MSG(extack, msg) do { \ argument
111 #define NL_SET_ERR_MSG_FMT(extack, fmt, args...) do { \ argument
127 #define NL_SET_ERR_MSG_MOD(extack, msg) \ argument
130 #define NL_SET_ERR_MSG_FMT_MOD(extack, fmt, args...) \ argument
133 #define NL_SET_ERR_MSG_WEAK(extack, msg) do { \ argument
138 #define NL_SET_ERR_MSG_WEAK_MOD(extack, msg) do { \ argument
143 #define NL_SET_BAD_ATTR_POLICY(extack, attr, pol) do { \ argument
150 #define NL_SET_BAD_ATTR(extack, attr) NL_SET_BAD_ATTR_POLICY(extack, attr, NULL) argument
152 #define NL_SET_ERR_MSG_ATTR_POL(extack, attr, pol, msg) do { \ argument
165 #define NL_SET_ERR_MSG_ATTR_POL_FMT(extack, attr, pol, fmt, args...) do { \ argument
184 #define NL_SET_ERR_MSG_ATTR(extack, attr, msg) \ argument
187 #define NL_SET_ERR_MSG_ATTR_FMT(extack, attr, msg, args...) \ argument
190 #define NL_SET_ERR_ATTR_MISS(extack, nest, type) do { \ argument
199 #define NL_REQ_ATTR_CHECK(extack, nest, tb, type) ({ \ argument
210 static inline void nl_set_extack_cookie_u64(struct netlink_ext_ack *extack, in nl_set_extack_cookie_u64()
289 struct netlink_ext_ack *extack; member
323 struct netlink_ext_ack *extack; member