taglinefilesource code
nr_list67net/netrom/af_netrom.cstatic struct sock *volatile nr_list = NULL;
nr_list80net/netrom/af_netrom.cif ((s = nr_list) == sk) {
nr_list81net/netrom/af_netrom.cnr_list = s->next;
nr_list106net/netrom/af_netrom.cfor (s = nr_list; s != NULL; s = s->next) {
nr_list144net/netrom/af_netrom.csk->next = nr_list;
nr_list145net/netrom/af_netrom.cnr_list  = sk;
nr_list162net/netrom/af_netrom.cfor (s = nr_list; s != NULL; s = s->next) {
nr_list184net/netrom/af_netrom.cfor (s = nr_list; s != NULL; s = s->next) {
nr_list207net/netrom/af_netrom.cfor (s = nr_list; s != NULL; s = s->next) {
nr_list1240net/netrom/af_netrom.cfor (s = nr_list; s != NULL; s = s->next) {