Lines Matching refs:_post_func
136 #define BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \ argument
146 length = __batadv_store_bool_attr(buff, count, _post_func, attr,\
169 #define BATADV_ATTR_SIF_BOOL(_name, _mode, _post_func) \ argument
170 static BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \
175 #define BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
186 _post_func, attr, \
208 #define BATADV_ATTR_SIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
209 static BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func)\
214 #define BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \ argument
222 size_t res = __batadv_store_bool_attr(buff, count, _post_func, \
253 #define BATADV_ATTR_VLAN_BOOL(_name, _mode, _post_func) \ argument
254 static BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \
259 #define BATADV_ATTR_HIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
275 _post_func, attr, \
311 #define BATADV_ATTR_HIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
313 _max, _post_func) \