Home
last modified time | relevance | path

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

/linux-6.6.21/net/batman-adv/
Drouting.h35 batadv_find_router(struct batadv_priv *bat_priv,
Dgateway_client.c731 neigh_curr = batadv_find_router(bat_priv, curr_gw->orig_node, in batadv_gw_out_of_range()
750 neigh_old = batadv_find_router(bat_priv, orig_dst_node, NULL); in batadv_gw_out_of_range()
Dfragmentation.c365 neigh_node = batadv_find_router(bat_priv, orig_node_dst, recv_if); in batadv_frag_skb_fwd()
Dsend.c185 neigh_node = batadv_find_router(bat_priv, orig_node, recv_if); in batadv_send_skb_to_orig()
Drouting.c522 batadv_find_router(struct batadv_priv *bat_priv, in batadv_find_router() function