Home
last modified time | relevance | path

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

/Linux-v4.19/net/batman-adv/
Dsysfs.c554 if (bat_priv->algo_ops->gw.show_sel_class) in batadv_show_gw_sel_class()
555 return bat_priv->algo_ops->gw.show_sel_class(bat_priv, buff); in batadv_show_gw_sel_class()
Dtypes.h2231 ssize_t (*show_sel_class)(struct batadv_priv *bat_priv, char *buff); member
Dbat_v.c1067 .show_sel_class = batadv_v_show_sel_class,