tag | line | file | source code |
ax25_list | 114 | net/ax25/af_ax25.c | static ax25_cb *volatile ax25_list = NULL; |
ax25_list | 177 | net/ax25/af_ax25.c | if ((s = ax25_list) == ax25) { |
ax25_list | 178 | net/ax25/af_ax25.c | ax25_list = s->next; |
ax25_list | 203 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 251 | net/ax25/af_ax25.c | ax25->next = ax25_list; |
ax25_list | 252 | net/ax25/af_ax25.c | ax25_list = ax25; |
ax25_list | 269 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 294 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 318 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 343 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
ax25_list | 601 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
ax25_list | 2043 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |