Searched refs:find_router (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/net/batman-adv/ |
D | unicast.c | 299 goto find_router; in unicast_send_skb() 307 find_router: in unicast_send_skb() 313 neigh_node = find_router(bat_priv, orig_node, NULL); in unicast_send_skb()
|
D | routing.h | 37 struct neigh_node *find_router(struct bat_priv *bat_priv,
|
D | gateway_client.c | 681 neigh_curr = find_router(bat_priv, curr_gw->orig_node, NULL); in gw_out_of_range() 692 neigh_old = find_router(bat_priv, orig_dst_node, NULL); in gw_out_of_range()
|
D | routing.c | 699 struct neigh_node *find_router(struct bat_priv *bat_priv, in find_router() function 829 neigh_node = find_router(bat_priv, orig_node, recv_if); in route_unicast_packet()
|