Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Dbat_v_elp.c504 struct batadv_orig_node *orig_neigh; in batadv_v_elp_neigh_update() local
509 orig_neigh = batadv_v_ogm_orig_get(bat_priv, elp_packet->orig); in batadv_v_elp_neigh_update()
510 if (!orig_neigh) in batadv_v_elp_neigh_update()
513 neigh = batadv_neigh_node_get_or_create(orig_neigh, in batadv_v_elp_neigh_update()
541 batadv_orig_node_put(orig_neigh); in batadv_v_elp_neigh_update()
H A Dhard-interface.h83 u8 *orig_addr, u8 *orig_neigh);
H A Dsend.c855 u8 *orig_neigh; in batadv_send_no_broadcast() local
867 orig_neigh = neigh_node ? neigh_node->orig : NULL; in batadv_send_no_broadcast()
870 orig_neigh); in batadv_send_no_broadcast()
H A Dhard-interface.c404 u8 *orig_addr, u8 *orig_neigh) in batadv_hardif_no_broadcast() argument
430 } else if (orig_neigh && in batadv_hardif_no_broadcast()
431 batadv_compare_eth(hardif_neigh->orig, orig_neigh)) { in batadv_hardif_no_broadcast()
H A Dbat_iv_ogm.c176 struct batadv_orig_node *orig_neigh) in batadv_iv_ogm_neigh_new() argument
185 neigh_node->orig_node = orig_neigh; in batadv_iv_ogm_neigh_new()