Searched refs:fe_mcast_addr (Results 1 – 3 of 3) sorted by relevance
861 list_add_tail_rcu(&mcast->entry, &vif->fe_mcast_addr); in xenvif_mcast_add()871 list_for_each_entry_rcu(mcast, &vif->fe_mcast_addr, entry) { in xenvif_mcast_del()886 list_for_each_entry_rcu(mcast, &vif->fe_mcast_addr, entry) { in xenvif_mcast_match()902 while (!list_empty(&vif->fe_mcast_addr)) { in xenvif_mcast_addr_list_free()905 mcast = list_first_entry(&vif->fe_mcast_addr, in xenvif_mcast_addr_list_free()
285 struct list_head fe_mcast_addr; member
522 INIT_LIST_HEAD(&vif->fe_mcast_addr); in xenvif_alloc()