Lines Matching refs:soft_iface
77 * @soft_iface: netdev struct of the mesh interface
85 static struct net_device *batadv_mcast_get_bridge(struct net_device *soft_iface)
87 struct net_device *upper = soft_iface;
153 * @bridge: bridge interface on top of the soft_iface if present,
168 struct net_device *dev = bridge ? bridge : bat_priv->soft_iface;
184 * @bridge: bridge interface on top of the soft_iface if present,
198 struct net_device *dev = bat_priv->soft_iface;
215 * @bridge: bridge interface on top of the soft_iface if present,
248 struct net_device *dev = bat_priv->soft_iface;
696 if (!batadv_tt_local_add(bat_priv->soft_iface,
734 batadv_info(bat_priv->soft_iface, "%s Querier appeared\n",
737 batadv_info(bat_priv->soft_iface,
741 batadv_info(bat_priv->soft_iface,
871 struct net_device *soft_iface = bat_priv->soft_iface;
878 ret = batadv_mcast_mla_softif_get(soft_iface, &mcast_list, &flags);
882 ret = batadv_mcast_mla_bridge_get(soft_iface, &mcast_list, &flags);
2001 struct net_device *soft_iface;
2010 soft_iface = dev_get_by_index(net, ifindex);
2011 if (!soft_iface || !batadv_softif_is_valid(soft_iface)) {
2016 bat_priv = netdev_priv(soft_iface);
2025 dev_put(soft_iface);
2055 bat_priv = netdev_priv(primary_if->soft_iface);