Lines Matching refs:orig_node
1165 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_ipv4_node_get() local
1174 orig_node = tmp_orig_node; in batadv_mcast_forw_ipv4_node_get()
1179 return orig_node; in batadv_mcast_forw_ipv4_node_get()
1192 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_ipv6_node_get() local
1201 orig_node = tmp_orig_node; in batadv_mcast_forw_ipv6_node_get()
1206 return orig_node; in batadv_mcast_forw_ipv6_node_get()
1243 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_unsnoop_node_get() local
1252 orig_node = tmp_orig_node; in batadv_mcast_forw_unsnoop_node_get()
1257 return orig_node; in batadv_mcast_forw_unsnoop_node_get()
1270 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_rtr4_node_get() local
1279 orig_node = tmp_orig_node; in batadv_mcast_forw_rtr4_node_get()
1284 return orig_node; in batadv_mcast_forw_rtr4_node_get()
1297 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_rtr6_node_get() local
1306 orig_node = tmp_orig_node; in batadv_mcast_forw_rtr6_node_get()
1311 return orig_node; in batadv_mcast_forw_rtr6_node_get()
1417 struct batadv_orig_node *orig_node) in batadv_mcast_forw_send_orig() argument
1425 if (batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig, vid)) { in batadv_mcast_forw_send_orig()
1431 orig_node, vid); in batadv_mcast_forw_send_orig()
1472 orig_entry->orig_node); in batadv_mcast_forw_tt()
1499 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_ipv4() local
1504 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_ipv4()
1513 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_ipv4()
1536 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_ipv6() local
1541 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_ipv6()
1550 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_ipv6()
1602 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_rtr4() local
1607 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_rtr4()
1616 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_rtr4()
1639 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_rtr6() local
1644 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_rtr6()
1653 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_rtr6()
2095 struct batadv_orig_node *orig_node) in batadv_mcast_flags_dump_entry() argument
2108 orig_node->orig)) { in batadv_mcast_flags_dump_entry()
2114 &orig_node->capabilities)) { in batadv_mcast_flags_dump_entry()
2116 orig_node->mcast_flags)) { in batadv_mcast_flags_dump_entry()
2144 struct batadv_orig_node *orig_node; in batadv_mcast_flags_dump_bucket() local
2150 hlist_for_each_entry(orig_node, &hash->table[bucket], hash_entry) { in batadv_mcast_flags_dump_bucket()
2152 &orig_node->capa_initialized)) in batadv_mcast_flags_dump_bucket()
2158 if (batadv_mcast_flags_dump_entry(msg, portid, cb, orig_node)) { in batadv_mcast_flags_dump_bucket()