Home
last modified time | relevance | path

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

/net/batman-adv/
Dsysfs.c574 if (bat_priv->algo_ops->gw.store_sel_class) in batadv_store_gw_sel_class()
575 return bat_priv->algo_ops->gw.store_sel_class(bat_priv, buff, in batadv_store_gw_sel_class()
Dtypes.h1516 ssize_t (*store_sel_class)(struct batadv_priv *bat_priv, char *buff, member
Dbat_v.c1067 .store_sel_class = batadv_v_store_sel_class,