taglinefilesource code
ax25_route55net/ax25/ax25_route.cstruct ax25_route *next;
ax25_route61net/ax25/ax25_route.c} *ax25_route = NULL;
ax25_route67net/ax25/ax25_route.cstruct ax25_route *ax25_rt;
ax25_route68net/ax25/ax25_route.cstruct ax25_route *oldest;
ax25_route74net/ax25/ax25_route.cfor (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) {
ax25_route96net/ax25/ax25_route.cif ((ax25_rt = (struct ax25_route *)kmalloc(sizeof(struct ax25_route), GFP_ATOMIC)) == NULL)
ax25_route108net/ax25/ax25_route.cax25_rt->next = ax25_route;
ax25_route109net/ax25/ax25_route.cax25_route    = ax25_rt;
ax25_route116net/ax25/ax25_route.cstruct ax25_route *s, *t, *ax25_rt = ax25_route;
ax25_route123net/ax25/ax25_route.cif (ax25_route == s) {
ax25_route124net/ax25/ax25_route.cax25_route = s->next;
ax25_route127net/ax25/ax25_route.cfor (t = ax25_route; t != NULL; t = t->next) {
ax25_route141net/ax25/ax25_route.cstruct ax25_route *ax25_rt;
ax25_route150net/ax25/ax25_route.cfor (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) {
ax25_route232net/ax25/ax25_route.cstruct ax25_route *ax25_rt;
ax25_route235net/ax25/ax25_route.cfor (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) {
ax25_route264net/ax25/ax25_route.cstruct ax25_route *ax25_rt;
ax25_route266net/ax25/ax25_route.cfor (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) {
ax25_route279net/ax25/ax25_route.cstruct ax25_route *ax25_rt;
ax25_route281net/ax25/ax25_route.cfor (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next)