| tag | line | file | source code |
| ax25_list | 104 | net/ax25/af_ax25.c | static ax25_cb *volatile ax25_list = NULL; |
| ax25_list | 167 | net/ax25/af_ax25.c | if ((s = ax25_list) == ax25) { |
| ax25_list | 168 | net/ax25/af_ax25.c | ax25_list = s->next; |
| ax25_list | 193 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
| ax25_list | 232 | net/ax25/af_ax25.c | ax25->next = ax25_list; |
| ax25_list | 233 | net/ax25/af_ax25.c | ax25_list = ax25; |
| ax25_list | 250 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
| ax25_list | 275 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
| ax25_list | 299 | 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 | 545 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
| ax25_list | 1795 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |