tmp_hard_iface    784 net/batman-adv/bat_iv_ogm.c 	struct batadv_hard_iface *primary_if, *tmp_hard_iface;
tmp_hard_iface    842 net/batman-adv/bat_iv_ogm.c 	list_for_each_entry_rcu(tmp_hard_iface, &batadv_hardif_list, list) {
tmp_hard_iface    843 net/batman-adv/bat_iv_ogm.c 		if (tmp_hard_iface->soft_iface != hard_iface->soft_iface)
tmp_hard_iface    846 net/batman-adv/bat_iv_ogm.c 		if (!kref_get_unless_zero(&tmp_hard_iface->refcount))
tmp_hard_iface    851 net/batman-adv/bat_iv_ogm.c 					tmp_hard_iface, 1, send_time);
tmp_hard_iface    853 net/batman-adv/bat_iv_ogm.c 		batadv_hardif_put(tmp_hard_iface);