Lines Matching refs:ax25_list
143 ax25_cb *volatile ax25_list; variable
178 if ((s = ax25_list) == ax25) { in ax25_remove_socket()
179 ax25_list = s->next; in ax25_remove_socket()
208 for (s = ax25_list; s != NULL; s = s->next) { in ax25_kill_by_device()
253 ax25->next = ax25_list; in ax25_insert_socket()
254 ax25_list = ax25; in ax25_insert_socket()
271 for (s = ax25_list; s != NULL; s = s->next) { in ax25_find_listener()
298 for (s = ax25_list; s != NULL; s = s->next) { in ax25_find_socket()
322 for (s = ax25_list; s != NULL; s = s->next) { in ax25_find_cb()
358 for (s = ax25_list; s != NULL; s = s->next) { in ax25_addr_match()
1728 for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { in ax25_get_info()