Home
last modified time | relevance | path

Searched refs:ax25_list (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/ax25/
Dax25_ds_subr.c96 for (ax25o = ax25_list; ax25o != NULL; ax25o = ax25o->next) { in ax25_ds_enquiry_response()
175 for (ax25 = ax25_list; ax25 != NULL ; ax25 = ax25->next) in ax25_check_dama_slave()
Daf_ax25.c143 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()
[all …]
Dax25_ds_timer.c91 for (ax25=ax25_list; ax25 != NULL; ax25 = ax25->next) { in ax25_ds_timeout()
/linux-2.4.37.9/include/net/
Dax25.h198 extern ax25_cb *volatile ax25_list;