Lines Matching refs:_post_func
122 #define BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \ argument
130 return __batadv_store_bool_attr(buff, count, _post_func, attr, \
148 #define BATADV_ATTR_SIF_BOOL(_name, _mode, _post_func) \ argument
149 static BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \
154 #define BATADV_ATTR_SIF_STORE_UINT(_name, _min, _max, _post_func) \ argument
163 _post_func, attr, \
179 #define BATADV_ATTR_SIF_UINT(_name, _mode, _min, _max, _post_func) \ argument
180 static BATADV_ATTR_SIF_STORE_UINT(_name, _min, _max, _post_func)\
185 #define BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \ argument
193 size_t res = __batadv_store_bool_attr(buff, count, _post_func, \
217 #define BATADV_ATTR_VLAN_BOOL(_name, _mode, _post_func) \ argument
218 static BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \