Lines Matching refs:orig_node
1197 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_ipv4_node_get() local
1206 orig_node = tmp_orig_node; in batadv_mcast_forw_ipv4_node_get()
1211 return orig_node; in batadv_mcast_forw_ipv4_node_get()
1224 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_ipv6_node_get() local
1233 orig_node = tmp_orig_node; in batadv_mcast_forw_ipv6_node_get()
1238 return orig_node; in batadv_mcast_forw_ipv6_node_get()
1275 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_unsnoop_node_get() local
1284 orig_node = tmp_orig_node; in batadv_mcast_forw_unsnoop_node_get()
1289 return orig_node; in batadv_mcast_forw_unsnoop_node_get()
1302 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_rtr4_node_get() local
1311 orig_node = tmp_orig_node; in batadv_mcast_forw_rtr4_node_get()
1316 return orig_node; in batadv_mcast_forw_rtr4_node_get()
1329 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_rtr6_node_get() local
1338 orig_node = tmp_orig_node; in batadv_mcast_forw_rtr6_node_get()
1343 return orig_node; in batadv_mcast_forw_rtr6_node_get()
1475 orig_entry->orig_node, vid); in batadv_mcast_forw_tt()
1502 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_ipv4() local
1507 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_ipv4()
1517 orig_node, vid); in batadv_mcast_forw_want_all_ipv4()
1540 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_ipv6() local
1545 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_ipv6()
1555 orig_node, vid); in batadv_mcast_forw_want_all_ipv6()
1607 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_rtr4() local
1612 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_rtr4()
1622 orig_node, vid); in batadv_mcast_forw_want_all_rtr4()
1645 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_rtr6() local
1650 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_rtr6()
1660 orig_node, vid); in batadv_mcast_forw_want_all_rtr6()
2111 struct batadv_orig_node *orig_node; in batadv_mcast_flags_seq_print_text() local
2126 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_mcast_flags_seq_print_text()
2128 &orig_node->capa_initialized)) in batadv_mcast_flags_seq_print_text()
2132 &orig_node->capabilities)) { in batadv_mcast_flags_seq_print_text()
2133 seq_printf(seq, "%pM -\n", orig_node->orig); in batadv_mcast_flags_seq_print_text()
2137 flags = orig_node->mcast_flags; in batadv_mcast_flags_seq_print_text()
2139 seq_printf(seq, "%pM [%c%c%c%s%s]\n", orig_node->orig, in batadv_mcast_flags_seq_print_text()
2206 struct batadv_orig_node *orig_node) in batadv_mcast_flags_dump_entry() argument
2219 orig_node->orig)) { in batadv_mcast_flags_dump_entry()
2225 &orig_node->capabilities)) { in batadv_mcast_flags_dump_entry()
2227 orig_node->mcast_flags)) { in batadv_mcast_flags_dump_entry()
2255 struct batadv_orig_node *orig_node; in batadv_mcast_flags_dump_bucket() local
2261 hlist_for_each_entry(orig_node, &hash->table[bucket], hash_entry) { in batadv_mcast_flags_dump_bucket()
2263 &orig_node->capa_initialized)) in batadv_mcast_flags_dump_bucket()
2269 if (batadv_mcast_flags_dump_entry(msg, portid, cb, orig_node)) { in batadv_mcast_flags_dump_bucket()