Home
last modified time | relevance | path

Searched refs:batadv_orig_to_router (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/net/batman-adv/
Doriginator.h40 batadv_orig_to_router(struct batadv_priv *bat_priv, u8 *orig_addr,
Dmulticast_forw.c680 next_neigh = batadv_orig_to_router(bat_priv, next_dest, NULL); in batadv_mcast_forw_scrub_dests()
978 neigh_node = batadv_orig_to_router(bat_priv, dest, NULL); in batadv_mcast_forw_packet()
Dfragmentation.c360 neigh_node = batadv_orig_to_router(bat_priv, packet->dest, recv_if); in batadv_frag_skb_fwd()
Doriginator.c352 batadv_orig_to_router(struct batadv_priv *bat_priv, u8 *orig_addr, in batadv_orig_to_router() function