Searched refs:atalk_routes (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/net/appletalk/
H A Datalk_proc.c85 for (r = atalk_routes; pos && r; r = r->next) atalk_get_route_idx()
107 if (atalk_routes) atalk_seq_route_next()
108 r = atalk_routes; atalk_seq_route_next()
H A Dddp.c193 struct atalk_route *atalk_routes; variable in typeref:struct:atalk_route
440 for (r = atalk_routes; r; r = r->next) { atrtr_find()
521 for (rt = atalk_routes; rt; rt = rt->next) { atrtr_create()
565 rt->next = atalk_routes; atrtr_create()
566 atalk_routes = rt; atrtr_create()
586 struct atalk_route **r = &atalk_routes; atrtr_delete()
614 struct atalk_route **r = &atalk_routes; atrtr_device_down()
/linux-4.1.27/include/linux/
H A Datalk.h137 extern struct atalk_route *atalk_routes;

Completed in 74 milliseconds