Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Drouting.h35 batadv_find_router(struct batadv_priv *bat_priv,
H A 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()
H A Dfragmentation.c365 neigh_node = batadv_find_router(bat_priv, orig_node_dst, recv_if); in batadv_frag_skb_fwd()
H A Dsend.c185 neigh_node = batadv_find_router(bat_priv, orig_node, recv_if); in batadv_send_skb_to_orig()
H A Drouting.c522 batadv_find_router(struct batadv_priv *bat_priv, in batadv_find_router() function