Home
last modified time | relevance | path

Searched refs:tmp_hard_iface (Results 1 – 1 of 1) sorted by relevance

/net/batman-adv/
Dbat_iv_ogm.c784 struct batadv_hard_iface *primary_if, *tmp_hard_iface; in batadv_iv_ogm_schedule_buff() local
838 list_for_each_entry_rcu(tmp_hard_iface, &batadv_hardif_list, list) { in batadv_iv_ogm_schedule_buff()
839 if (tmp_hard_iface->soft_iface != hard_iface->soft_iface) in batadv_iv_ogm_schedule_buff()
842 if (!kref_get_unless_zero(&tmp_hard_iface->refcount)) in batadv_iv_ogm_schedule_buff()
847 tmp_hard_iface, 1, send_time); in batadv_iv_ogm_schedule_buff()
849 batadv_hardif_put(tmp_hard_iface); in batadv_iv_ogm_schedule_buff()