Home
last modified time | relevance | path

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

/Linux-v5.10/net/batman-adv/
Drouting.h39 batadv_find_router(struct batadv_priv *bat_priv,
Dgateway_client.c790 neigh_curr = batadv_find_router(bat_priv, curr_gw->orig_node, in batadv_gw_out_of_range()
809 neigh_old = batadv_find_router(bat_priv, orig_dst_node, NULL); in batadv_gw_out_of_range()
Dfragmentation.c366 neigh_node = batadv_find_router(bat_priv, orig_node_dst, recv_if); in batadv_frag_skb_fwd()
Dsend.c186 neigh_node = batadv_find_router(bat_priv, orig_node, recv_if); in batadv_send_skb_to_orig()
Drouting.c540 batadv_find_router(struct batadv_priv *bat_priv, in batadv_find_router() function