Lines Matching refs:soft_iface

95 static struct net_device *batadv_mcast_get_bridge(struct net_device *soft_iface)  in batadv_mcast_get_bridge()  argument
97 struct net_device *upper = soft_iface; in batadv_mcast_get_bridge()
381 if (!batadv_tt_local_add(bat_priv->soft_iface, in batadv_mcast_mla_tt_add()
401 struct net_device *upper = bat_priv->soft_iface; in batadv_mcast_has_bridge()
440 batadv_info(bat_priv->soft_iface, "%s Querier appeared\n", in batadv_mcast_querier_log()
443 batadv_info(bat_priv->soft_iface, in batadv_mcast_querier_log()
447 batadv_info(bat_priv->soft_iface, in batadv_mcast_querier_log()
545 struct net_device *dev = bat_priv->soft_iface; in batadv_mcast_mla_tvlv_update()
619 struct net_device *soft_iface = bat_priv->soft_iface; in __batadv_mcast_mla_update() local
626 ret = batadv_mcast_mla_softif_get(bat_priv, soft_iface, &mcast_list); in __batadv_mcast_mla_update()
630 ret = batadv_mcast_mla_bridge_get(bat_priv, soft_iface, &mcast_list); in __batadv_mcast_mla_update()
1497 struct net_device *soft_iface; in batadv_mcast_netlink_get_primary() local
1506 soft_iface = dev_get_by_index(net, ifindex); in batadv_mcast_netlink_get_primary()
1507 if (!soft_iface || !batadv_softif_is_valid(soft_iface)) { in batadv_mcast_netlink_get_primary()
1512 bat_priv = netdev_priv(soft_iface); in batadv_mcast_netlink_get_primary()
1521 if (soft_iface) in batadv_mcast_netlink_get_primary()
1522 dev_put(soft_iface); in batadv_mcast_netlink_get_primary()
1552 bat_priv = netdev_priv(primary_if->soft_iface); in batadv_mcast_flags_dump()