tag | line | file | source code |
ax25_device | 71 | net/ax25/ax25_route.c | } *ax25_device = NULL; |
ax25_device | 431 | net/ax25/ax25_route.c | for (s = ax25_device; s != NULL; s = s->next) |
ax25_device | 484 | net/ax25/ax25_route.c | ax25_dev->next = ax25_device; |
ax25_device | 485 | net/ax25/ax25_route.c | ax25_device = ax25_dev; |
ax25_device | 492 | net/ax25/ax25_route.c | struct ax25_dev *s, *t, *ax25_dev = ax25_device; |
ax25_device | 499 | net/ax25/ax25_route.c | if (ax25_device == s) { |
ax25_device | 500 | net/ax25/ax25_route.c | ax25_device = s->next; |
ax25_device | 503 | net/ax25/ax25_route.c | for (t = ax25_device; t != NULL; t = t->next) { |