Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Dtranslation-table.h35 struct batadv_orig_node *batadv_transtable_search(struct batadv_priv *bat_priv,
H A Dgateway_client.c702 orig_dst_node = batadv_transtable_search(bat_priv, ethhdr->h_source, in batadv_gw_out_of_range()
H A Dsend.c421 orig_node = batadv_transtable_search(bat_priv, src, dst, vid); in batadv_send_skb_via_tt_generic()
H A Drouting.c760 orig_node = batadv_transtable_search(bat_priv, NULL, dst_addr, in batadv_reroute_unicast_packet()
H A Dtranslation-table.c2384 struct batadv_orig_node *batadv_transtable_search(struct batadv_priv *bat_priv, in batadv_transtable_search() function