tag | line | file | source code |
ax25_device | 83 | net/ax25/ax25_route.c | } *ax25_device = NULL; |
ax25_device | 647 | net/ax25/ax25_route.c | for (s = ax25_device; s != NULL; s = s->next) |
ax25_device | 703 | net/ax25/ax25_route.c | ax25_dev->next = ax25_device; |
ax25_device | 704 | net/ax25/ax25_route.c | ax25_device = ax25_dev; |
ax25_device | 711 | net/ax25/ax25_route.c | struct ax25_dev *s, *t, *ax25_dev = ax25_device; |
ax25_device | 718 | net/ax25/ax25_route.c | if (ax25_device == s) { |
ax25_device | 719 | net/ax25/ax25_route.c | ax25_device = s->next; |
ax25_device | 722 | net/ax25/ax25_route.c | for (t = ax25_device; t != NULL; t = t->next) { |