Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
Dbat_v_elp.c455 struct batadv_orig_node *orig_neigh; in batadv_v_elp_neigh_update() local
460 orig_neigh = batadv_v_ogm_orig_get(bat_priv, elp_packet->orig); in batadv_v_elp_neigh_update()
461 if (!orig_neigh) in batadv_v_elp_neigh_update()
464 neigh = batadv_neigh_node_get_or_create(orig_neigh, in batadv_v_elp_neigh_update()
494 if (orig_neigh) in batadv_v_elp_neigh_update()
495 batadv_orig_node_put(orig_neigh); in batadv_v_elp_neigh_update()
Dhard-interface.h107 u8 *orig_addr, u8 *orig_neigh);
Dsend.c862 u8 *orig_neigh; in batadv_send_outstanding_bcast_packet() local
900 orig_neigh = neigh_node ? neigh_node->orig : NULL; in batadv_send_outstanding_bcast_packet()
903 orig_neigh); in batadv_send_outstanding_bcast_packet()
Dhard-interface.c403 u8 *orig_addr, u8 *orig_neigh) in batadv_hardif_no_broadcast() argument
429 } else if (orig_neigh && in batadv_hardif_no_broadcast()
430 batadv_compare_eth(hardif_neigh->orig, orig_neigh)) { in batadv_hardif_no_broadcast()
Dbat_iv_ogm.c178 struct batadv_orig_node *orig_neigh) in batadv_iv_ogm_neigh_new() argument
187 neigh_node->orig_node = orig_neigh; in batadv_iv_ogm_neigh_new()