Searched refs:orig_neigh (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/batman-adv/
H A Dhard-interface.h83 u8 *orig_addr, u8 *orig_neigh);
H A Dbat_v_elp.c454 struct batadv_orig_node *orig_neigh; local
459 orig_neigh = batadv_v_ogm_orig_get(bat_priv, elp_packet->orig);
460 if (!orig_neigh)
463 neigh = batadv_neigh_node_get_or_create(orig_neigh,
491 batadv_orig_node_put(orig_neigh);
H A Dsend.c855 u8 *orig_neigh; local
867 orig_neigh = neigh_node ? neigh_node->orig : NULL;
870 orig_neigh);
H A Dhard-interface.c392 * @orig_neigh: originator address of the forwarder we just got the packet from
404 u8 *orig_addr, u8 *orig_neigh)
430 } else if (orig_neigh &&
431 batadv_compare_eth(hardif_neigh->orig, orig_neigh)) {
403 batadv_hardif_no_broadcast(struct batadv_hard_iface *if_outgoing, u8 *orig_addr, u8 *orig_neigh) argument
H A Dbat_iv_ogm.c176 struct batadv_orig_node *orig_neigh)
185 neigh_node->orig_node = orig_neigh;
173 batadv_iv_ogm_neigh_new(struct batadv_hard_iface *hard_iface, const u8 *neigh_addr, struct batadv_orig_node *orig_node, struct batadv_orig_node *orig_neigh) argument

Completed in 211 milliseconds