tag | line | file | source code |
ax25_list | 117 | net/ax25/af_ax25.c | static ax25_cb *volatile ax25_list = NULL; |
ax25_list | 183 | net/ax25/af_ax25.c | if ((s = ax25_list) == ax25) { |
ax25_list | 184 | net/ax25/af_ax25.c | ax25_list = s->next; |
ax25_list | 209 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 257 | net/ax25/af_ax25.c | ax25->next = ax25_list; |
ax25_list | 258 | net/ax25/af_ax25.c | ax25_list = ax25; |
ax25_list | 275 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 300 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 324 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 349 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 607 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 2029 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |