Symbol: L2CAP_MODE_EXT_FLOWCTL
net/bluetooth/l2cap_core.c
1271
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_core.c
1333
chan->mode != L2CAP_MODE_EXT_FLOWCTL || chan->state != BT_CONNECT)
net/bluetooth/l2cap_core.c
1396
if (chan->mode == L2CAP_MODE_EXT_FLOWCTL)
net/bluetooth/l2cap_core.c
2583
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_core.c
5219
chan->mode = L2CAP_MODE_EXT_FLOWCTL;
net/bluetooth/l2cap_core.c
5274
chan->mode != L2CAP_MODE_EXT_FLOWCTL ||
net/bluetooth/l2cap_core.c
6637
chan->mode != L2CAP_MODE_EXT_FLOWCTL)
net/bluetooth/l2cap_core.c
683
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_core.c
6833
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_core.c
7069
chan->mode != L2CAP_MODE_EXT_FLOWCTL || chan->state != BT_CONNECT)
net/bluetooth/l2cap_core.c
7113
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_core.c
7194
if (chan->mode == L2CAP_MODE_EXT_FLOWCTL) {
net/bluetooth/l2cap_core.c
7495
!(chan->mode == L2CAP_MODE_EXT_FLOWCTL ||
net/bluetooth/l2cap_core.c
838
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_sock.c
1061
if (chan->mode == L2CAP_MODE_EXT_FLOWCTL &&
net/bluetooth/l2cap_sock.c
1213
if (pi->chan->mode == L2CAP_MODE_EXT_FLOWCTL) {
net/bluetooth/l2cap_sock.c
1240
pi->chan->mode != L2CAP_MODE_EXT_FLOWCTL)
net/bluetooth/l2cap_sock.c
1548
chan->mode != L2CAP_MODE_EXT_FLOWCTL) {
net/bluetooth/l2cap_sock.c
1573
chan->mode == L2CAP_MODE_EXT_FLOWCTL)) {
net/bluetooth/l2cap_sock.c
170
chan->mode != L2CAP_MODE_EXT_FLOWCTL)
net/bluetooth/l2cap_sock.c
253
chan->mode != L2CAP_MODE_EXT_FLOWCTL)
net/bluetooth/l2cap_sock.c
296
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_sock.c
428
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_sock.c
868
mode = L2CAP_MODE_EXT_FLOWCTL;