Lines Matching refs:orig_node

1198 	struct batadv_orig_node *tmp_orig_node, *orig_node = NULL;  in batadv_mcast_forw_ipv4_node_get()  local
1207 orig_node = tmp_orig_node; in batadv_mcast_forw_ipv4_node_get()
1212 return orig_node; in batadv_mcast_forw_ipv4_node_get()
1225 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_ipv6_node_get() local
1234 orig_node = tmp_orig_node; in batadv_mcast_forw_ipv6_node_get()
1239 return orig_node; in batadv_mcast_forw_ipv6_node_get()
1276 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_unsnoop_node_get() local
1285 orig_node = tmp_orig_node; in batadv_mcast_forw_unsnoop_node_get()
1290 return orig_node; in batadv_mcast_forw_unsnoop_node_get()
1303 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_rtr4_node_get() local
1312 orig_node = tmp_orig_node; in batadv_mcast_forw_rtr4_node_get()
1317 return orig_node; in batadv_mcast_forw_rtr4_node_get()
1330 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_rtr6_node_get() local
1339 orig_node = tmp_orig_node; in batadv_mcast_forw_rtr6_node_get()
1344 return orig_node; in batadv_mcast_forw_rtr6_node_get()
1450 struct batadv_orig_node *orig_node) in batadv_mcast_forw_send_orig() argument
1458 if (batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig, vid)) { in batadv_mcast_forw_send_orig()
1464 orig_node, vid); in batadv_mcast_forw_send_orig()
1505 orig_entry->orig_node); in batadv_mcast_forw_tt()
1532 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_ipv4() local
1537 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_ipv4()
1546 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_ipv4()
1569 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_ipv6() local
1574 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_ipv6()
1583 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_ipv6()
1635 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_rtr4() local
1640 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_rtr4()
1649 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_rtr4()
1672 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_rtr6() local
1677 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_rtr6()
1686 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_rtr6()
2138 struct batadv_orig_node *orig_node; in batadv_mcast_flags_seq_print_text() local
2153 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_mcast_flags_seq_print_text()
2155 &orig_node->capa_initialized)) in batadv_mcast_flags_seq_print_text()
2159 &orig_node->capabilities)) { in batadv_mcast_flags_seq_print_text()
2160 seq_printf(seq, "%pM -\n", orig_node->orig); in batadv_mcast_flags_seq_print_text()
2164 flags = orig_node->mcast_flags; in batadv_mcast_flags_seq_print_text()
2166 seq_printf(seq, "%pM [%c%c%c%s%s]\n", orig_node->orig, in batadv_mcast_flags_seq_print_text()
2233 struct batadv_orig_node *orig_node) in batadv_mcast_flags_dump_entry() argument
2246 orig_node->orig)) { in batadv_mcast_flags_dump_entry()
2252 &orig_node->capabilities)) { in batadv_mcast_flags_dump_entry()
2254 orig_node->mcast_flags)) { in batadv_mcast_flags_dump_entry()
2282 struct batadv_orig_node *orig_node; in batadv_mcast_flags_dump_bucket() local
2288 hlist_for_each_entry(orig_node, &hash->table[bucket], hash_entry) { in batadv_mcast_flags_dump_bucket()
2290 &orig_node->capa_initialized)) in batadv_mcast_flags_dump_bucket()
2296 if (batadv_mcast_flags_dump_entry(msg, portid, cb, orig_node)) { in batadv_mcast_flags_dump_bucket()