Lines Matching refs:_post_func
149 #define BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \ argument
157 return __batadv_store_bool_attr(buff, count, _post_func, attr, \
175 #define BATADV_ATTR_SIF_BOOL(_name, _mode, _post_func) \ argument
176 static BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \
181 #define BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
190 _post_func, attr, \
207 #define BATADV_ATTR_SIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
208 static BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func)\
213 #define BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \ argument
221 size_t res = __batadv_store_bool_attr(buff, count, _post_func, \
245 #define BATADV_ATTR_VLAN_BOOL(_name, _mode, _post_func) \ argument
246 static BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \
251 #define BATADV_ATTR_HIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
265 _post_func, attr, \
295 #define BATADV_ATTR_HIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
297 _max, _post_func) \