taglinefilesource code
nr_list66net/netrom/af_netrom.cstatic struct sock *volatile nr_list = NULL;
nr_list79net/netrom/af_netrom.cif ((s = nr_list) == sk) {
nr_list80net/netrom/af_netrom.cnr_list = s->next;
nr_list121net/netrom/af_netrom.csk->next = nr_list;
nr_list122net/netrom/af_netrom.cnr_list  = sk;
nr_list139net/netrom/af_netrom.cfor (s = nr_list; s != NULL; s = s->next) {
nr_list161net/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_list1251net/netrom/af_netrom.cfor (s = nr_list; s != NULL; s = s->next) {