Home
last modified time | relevance | path

Searched refs:ATTR (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/wifi/mac80211_create_radios/
Dmain.cpp145 #define NEST_START(MSG, TYPE, ATTR) \ argument
147 (ATTR) = nla_nest_start((MSG).get(), TYPE); \
148 if (!(ATTR)) RETURN_ERROR("nla_nest_start(" #TYPE ")", nullptr); \