dlcs 167 include/net/bluetooth/rfcomm.h struct list_head dlcs; dlcs 337 net/bluetooth/rfcomm/core.c list_add(&d->list, &s->dlcs); dlcs 351 net/bluetooth/rfcomm/core.c if (list_empty(&s->dlcs)) dlcs 359 net/bluetooth/rfcomm/core.c list_for_each_entry(d, &s->dlcs, list) dlcs 522 net/bluetooth/rfcomm/core.c list_for_each_entry(d_list, &s->dlcs, list) { dlcs 656 net/bluetooth/rfcomm/core.c INIT_LIST_HEAD(&s->dlcs); dlcs 718 net/bluetooth/rfcomm/core.c list_for_each_entry_safe(d, n, &s->dlcs, list) { dlcs 1195 net/bluetooth/rfcomm/core.c if (list_empty(&s->dlcs)) { dlcs 1775 net/bluetooth/rfcomm/core.c list_for_each_entry_safe(d, n, &s->dlcs, list) { dlcs 1845 net/bluetooth/rfcomm/core.c list_for_each_entry_safe(d, n, &s->dlcs, list) { dlcs 2110 net/bluetooth/rfcomm/core.c list_for_each_entry_safe(d, n, &s->dlcs, list) { dlcs 2157 net/bluetooth/rfcomm/core.c list_for_each_entry(d, &s->dlcs, list) {