chan_l            657 include/net/bluetooth/l2cap.h 	struct list_head	chan_l;
chan_l            245 net/bluetooth/a2mp.c 		list_for_each_entry(chan, &conn->chan_l, list) {
chan_l             93 net/bluetooth/l2cap_core.c 	list_for_each_entry(c, &conn->chan_l, list) {
chan_l            105 net/bluetooth/l2cap_core.c 	list_for_each_entry(c, &conn->chan_l, list) {
chan_l            150 net/bluetooth/l2cap_core.c 	list_for_each_entry(c, &conn->chan_l, list) {
chan_l            584 net/bluetooth/l2cap_core.c 	list_add(&chan->list, &conn->chan_l);
chan_l            674 net/bluetooth/l2cap_core.c 	list_for_each_entry(chan, &conn->chan_l, list) {
chan_l           1446 net/bluetooth/l2cap_core.c 	list_for_each_entry_safe(chan, tmp, &conn->chan_l, list) {
chan_l           1563 net/bluetooth/l2cap_core.c 	list_for_each_entry(chan, &conn->chan_l, list) {
chan_l           1601 net/bluetooth/l2cap_core.c 	list_for_each_entry(chan, &conn->chan_l, list) {
chan_l           1731 net/bluetooth/l2cap_core.c 	list_for_each_entry_safe(chan, l, &conn->chan_l, list) {
chan_l           2903 net/bluetooth/l2cap_core.c 	list_for_each_entry(chan, &conn->chan_l, list) {
chan_l           7135 net/bluetooth/l2cap_core.c 	INIT_LIST_HEAD(&conn->chan_l);
chan_l           7500 net/bluetooth/l2cap_core.c 	list_for_each_entry(chan, &conn->chan_l, list) {