• Home
  • Raw
  • Download

Lines Matching refs:orig_node

1164 	struct batadv_orig_node *tmp_orig_node, *orig_node = NULL;  in batadv_mcast_forw_ipv4_node_get()  local
1173 orig_node = tmp_orig_node; in batadv_mcast_forw_ipv4_node_get()
1178 return orig_node; in batadv_mcast_forw_ipv4_node_get()
1191 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_ipv6_node_get() local
1200 orig_node = tmp_orig_node; in batadv_mcast_forw_ipv6_node_get()
1205 return orig_node; in batadv_mcast_forw_ipv6_node_get()
1242 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_unsnoop_node_get() local
1251 orig_node = tmp_orig_node; in batadv_mcast_forw_unsnoop_node_get()
1256 return orig_node; in batadv_mcast_forw_unsnoop_node_get()
1269 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_rtr4_node_get() local
1278 orig_node = tmp_orig_node; in batadv_mcast_forw_rtr4_node_get()
1283 return orig_node; in batadv_mcast_forw_rtr4_node_get()
1296 struct batadv_orig_node *tmp_orig_node, *orig_node = NULL; in batadv_mcast_forw_rtr6_node_get() local
1305 orig_node = tmp_orig_node; in batadv_mcast_forw_rtr6_node_get()
1310 return orig_node; in batadv_mcast_forw_rtr6_node_get()
1416 struct batadv_orig_node *orig_node) in batadv_mcast_forw_send_orig() argument
1424 if (batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig, vid)) { in batadv_mcast_forw_send_orig()
1430 orig_node, vid); in batadv_mcast_forw_send_orig()
1471 orig_entry->orig_node); in batadv_mcast_forw_tt()
1498 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_ipv4() local
1503 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_ipv4()
1512 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_ipv4()
1535 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_ipv6() local
1540 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_ipv6()
1549 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_ipv6()
1601 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_rtr4() local
1606 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_rtr4()
1615 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_rtr4()
1638 struct batadv_orig_node *orig_node; in batadv_mcast_forw_want_all_rtr6() local
1643 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_rtr6()
1652 batadv_mcast_forw_send_orig(bat_priv, newskb, vid, orig_node); in batadv_mcast_forw_want_all_rtr6()
2094 struct batadv_orig_node *orig_node) in batadv_mcast_flags_dump_entry() argument
2107 orig_node->orig)) { in batadv_mcast_flags_dump_entry()
2113 &orig_node->capabilities)) { in batadv_mcast_flags_dump_entry()
2115 orig_node->mcast_flags)) { in batadv_mcast_flags_dump_entry()
2143 struct batadv_orig_node *orig_node; in batadv_mcast_flags_dump_bucket() local
2149 hlist_for_each_entry(orig_node, &hash->table[bucket], hash_entry) { in batadv_mcast_flags_dump_bucket()
2151 &orig_node->capa_initialized)) in batadv_mcast_flags_dump_bucket()
2157 if (batadv_mcast_flags_dump_entry(msg, portid, cb, orig_node)) { in batadv_mcast_flags_dump_bucket()