Lines Matching refs:soft_iface
152 * @soft_iface: netdev struct of the soft interface
156 int batadv_mesh_init(struct net_device *soft_iface)
158 struct batadv_priv *bat_priv = netdev_priv(soft_iface);
262 * @soft_iface: netdev struct of the soft interface
264 void batadv_mesh_free(struct net_device *soft_iface)
266 struct batadv_priv *bat_priv = netdev_priv(soft_iface);
320 if (hard_iface->soft_iface != bat_priv->soft_iface)
503 if (!hard_iface->soft_iface)
506 bat_priv = netdev_priv(hard_iface->soft_iface);
729 bat_kobj = &bat_priv->soft_iface->dev.kobj;