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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/appletalk/
H A Dipddp.c41 static struct ipddp_route *ipddp_route_list; variable in typeref:struct:ipddp_route
124 for(rt = ipddp_route_list; rt != NULL; rt = rt->next)
206 rt->next = ipddp_route_list;
207 ipddp_route_list = rt;
218 struct ipddp_route **r = &ipddp_route_list;
244 for(f = ipddp_route_list; f != NULL; f = f->next)
311 while (ipddp_route_list) {
312 p = ipddp_route_list->next;
313 kfree(ipddp_route_list);
314 ipddp_route_list
[all...]

Completed in 78 milliseconds