Searched refs:nr_node (Results 1 – 1 of 1) sorted by relevance
44 static struct nr_node *nr_node_get(ax25_address *callsign) in nr_node_get()46 struct nr_node *found = NULL; in nr_node_get()47 struct nr_node *nr_node; in nr_node_get() local50 nr_node_for_each(nr_node, &nr_node_list) in nr_node_get()51 if (ax25cmp(callsign, &nr_node->callsign) == 0) { in nr_node_get()52 nr_node_hold(nr_node); in nr_node_get()53 found = nr_node; in nr_node_get()81 static void re_sort_routes(struct nr_node *nr_node, int x, int y) in re_sort_routes() argument83 if (nr_node->routes[y].quality > nr_node->routes[x].quality) { in re_sort_routes()84 if (nr_node->which == x) in re_sort_routes()[all …]