x25_forward_list 319 include/net/x25.h extern struct list_head x25_forward_list; x25_forward_list 14 net/x25/x25_forward.c LIST_HEAD(x25_forward_list); x25_forward_list 49 net/x25/x25_forward.c list_for_each(entry, &x25_forward_list) { x25_forward_list 69 net/x25/x25_forward.c list_add(&new_frwd->node, &x25_forward_list); x25_forward_list 102 net/x25/x25_forward.c list_for_each(entry, &x25_forward_list) { x25_forward_list 139 net/x25/x25_forward.c list_for_each_safe(entry, tmp, &x25_forward_list) { x25_forward_list 157 net/x25/x25_forward.c list_for_each_safe(entry, tmp, &x25_forward_list) { x25_forward_list 117 net/x25/x25_proc.c return seq_list_start_head(&x25_forward_list, *pos); x25_forward_list 122 net/x25/x25_proc.c return seq_list_next(v, &x25_forward_list, pos); x25_forward_list 135 net/x25/x25_proc.c if (v == &x25_forward_list) {