tag | line | file | source code |
ax25_list | 109 | net/ax25/af_ax25.c | static ax25_cb *volatile ax25_list = NULL; |
ax25_list | 172 | net/ax25/af_ax25.c | if ((s = ax25_list) == ax25) { |
ax25_list | 173 | net/ax25/af_ax25.c | ax25_list = s->next; |
ax25_list | 198 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 237 | net/ax25/af_ax25.c | ax25->next = ax25_list; |
ax25_list | 238 | net/ax25/af_ax25.c | ax25_list = ax25; |
ax25_list | 255 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 280 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 304 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 329 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 550 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 1879 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |