curr_router 60 net/batman-adv/routing.c struct batadv_neigh_node *curr_router; curr_router 74 net/batman-adv/routing.c curr_router = rcu_dereference_protected(orig_ifinfo->router, true); curr_router 85 net/batman-adv/routing.c if (curr_router && !neigh_node) { curr_router 92 net/batman-adv/routing.c } else if (!curr_router && neigh_node) { curr_router 97 net/batman-adv/routing.c } else if (neigh_node && curr_router) { curr_router 101 net/batman-adv/routing.c curr_router->addr); curr_router 105 net/batman-adv/routing.c if (curr_router) curr_router 106 net/batman-adv/routing.c batadv_neigh_node_put(curr_router);