taglinefilesource code
ax25_list244include/net/ax25.hextern ax25_cb * volatile ax25_list;
ax25_list120net/ax25/af_ax25.cax25_cb *volatile ax25_list = NULL;
ax25_list186net/ax25/af_ax25.cif ((s = ax25_list) == ax25) {
ax25_list187net/ax25/af_ax25.cax25_list = s->next;
ax25_list212net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list260net/ax25/af_ax25.cax25->next = ax25_list;
ax25_list261net/ax25/af_ax25.cax25_list  = ax25;
ax25_list278net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list303net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list327net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list352net/ax25/af_ax25.cfor (s = ax25_list; s != NULL; s = s->next) {
ax25_list591net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list639net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list2106net/ax25/af_ax25.cfor (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) {
ax25_list369net/ax25/ax25_out.cfor (ax25o = ax25_list; ax25o != NULL; ax25o = ax25o->next) {