Searched refs:global_l (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/net/bluetooth/ |
| H A D | l2cap.h | 610 struct list_head global_l; member
|
| /linux-6.15/net/bluetooth/ |
| H A D | l2cap_core.c | 169 list_for_each_entry(c, &chan_list, global_l) { in __l2cap_global_chan_by_addr() 460 list_add(&chan->global_l, &chan_list); in l2cap_chan_create() 488 list_del(&chan->global_l); in l2cap_chan_destroy() 1841 list_for_each_entry_safe(c, tmp, &chan_list, global_l) { in l2cap_global_chan_by_psm() 7166 list_for_each_entry(c, &chan_list, global_l) { in l2cap_connect_ind() 7198 c = list_next_entry(c, global_l); in l2cap_global_fixed_chan() 7200 c = list_entry(chan_list.next, typeof(*c), global_l); in l2cap_global_fixed_chan() 7202 list_for_each_entry_from(c, &chan_list, global_l) { in l2cap_global_fixed_chan() 7636 list_for_each_entry(c, &chan_list, global_l) { in l2cap_debugfs_show()
|