Lines Matching refs:_post_func
141 #define BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \ argument
149 return __batadv_store_bool_attr(buff, count, _post_func, attr, \
167 #define BATADV_ATTR_SIF_BOOL(_name, _mode, _post_func) \ argument
168 static BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \
173 #define BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
182 _post_func, attr, \
198 #define BATADV_ATTR_SIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
199 static BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func)\
204 #define BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \ argument
212 size_t res = __batadv_store_bool_attr(buff, count, _post_func, \
236 #define BATADV_ATTR_VLAN_BOOL(_name, _mode, _post_func) \ argument
237 static BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \