Searched refs:ATTR (Results 1 – 1 of 1) sorted by relevance
145 #define NEST_START(MSG, TYPE, ATTR) \ argument147 (ATTR) = nla_nest_start((MSG).get(), TYPE); \148 if (!(ATTR)) RETURN_ERROR("nla_nest_start(" #TYPE ")", nullptr); \