Lines Matching refs:soft_iface

86 static struct net_device *batadv_mcast_get_bridge(struct net_device *soft_iface)  in batadv_mcast_get_bridge()  argument
88 struct net_device *upper = soft_iface; in batadv_mcast_get_bridge()
170 struct net_device *dev = bridge ? bridge : bat_priv->soft_iface; in batadv_mcast_mla_rtr_flags_softif_get()
202 struct net_device *dev = bat_priv->soft_iface; in batadv_mcast_mla_rtr_flags_bridge_get()
281 struct net_device *dev = bat_priv->soft_iface; in batadv_mcast_mla_flags_get()
730 if (!batadv_tt_local_add(bat_priv->soft_iface, in batadv_mcast_mla_tt_add()
768 batadv_info(bat_priv->soft_iface, "%s Querier appeared\n", in batadv_mcast_querier_log()
771 batadv_info(bat_priv->soft_iface, in batadv_mcast_querier_log()
775 batadv_info(bat_priv->soft_iface, in batadv_mcast_querier_log()
905 struct net_device *soft_iface = bat_priv->soft_iface; in __batadv_mcast_mla_update() local
912 ret = batadv_mcast_mla_softif_get(soft_iface, &mcast_list, &flags); in __batadv_mcast_mla_update()
916 ret = batadv_mcast_mla_bridge_get(soft_iface, &mcast_list, &flags); in __batadv_mcast_mla_update()
2365 struct net_device *soft_iface; in batadv_mcast_netlink_get_primary() local
2374 soft_iface = dev_get_by_index(net, ifindex); in batadv_mcast_netlink_get_primary()
2375 if (!soft_iface || !batadv_softif_is_valid(soft_iface)) { in batadv_mcast_netlink_get_primary()
2380 bat_priv = netdev_priv(soft_iface); in batadv_mcast_netlink_get_primary()
2389 if (soft_iface) in batadv_mcast_netlink_get_primary()
2390 dev_put(soft_iface); in batadv_mcast_netlink_get_primary()
2420 bat_priv = netdev_priv(primary_if->soft_iface); in batadv_mcast_flags_dump()