Lines Matching refs:soft_iface
78 * @soft_iface: netdev struct of the mesh interface
86 static struct net_device *batadv_mcast_get_bridge(struct net_device *soft_iface)
88 struct net_device *upper = soft_iface;
155 * @bridge: bridge interface on top of the soft_iface if present,
170 struct net_device *dev = bridge ? bridge : bat_priv->soft_iface;
186 * @bridge: bridge interface on top of the soft_iface if present,
202 struct net_device *dev = bat_priv->soft_iface;
248 * @bridge: bridge interface on top of the soft_iface if present,
281 struct net_device *dev = bat_priv->soft_iface;
730 if (!batadv_tt_local_add(bat_priv->soft_iface,
768 batadv_info(bat_priv->soft_iface, "%s Querier appeared\n",
771 batadv_info(bat_priv->soft_iface,
775 batadv_info(bat_priv->soft_iface,
905 struct net_device *soft_iface = bat_priv->soft_iface;
912 ret = batadv_mcast_mla_softif_get(soft_iface, &mcast_list, &flags);
916 ret = batadv_mcast_mla_bridge_get(soft_iface, &mcast_list, &flags);
2365 struct net_device *soft_iface;
2374 soft_iface = dev_get_by_index(net, ifindex);
2375 if (!soft_iface || !batadv_softif_is_valid(soft_iface)) {
2380 bat_priv = netdev_priv(soft_iface);
2389 if (soft_iface)
2390 dev_put(soft_iface);
2420 bat_priv = netdev_priv(primary_if->soft_iface);