Symbol: L2CAP_MODE_EXT_FLOWCTL
net/bluetooth/l2cap_core.c
1300
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_core.c
1362
chan->mode != L2CAP_MODE_EXT_FLOWCTL || chan->state != BT_CONNECT)
net/bluetooth/l2cap_core.c
1425
if (chan->mode == L2CAP_MODE_EXT_FLOWCTL)
net/bluetooth/l2cap_core.c
2606
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_core.c
5290
chan->mode = L2CAP_MODE_EXT_FLOWCTL;
net/bluetooth/l2cap_core.c
5346
chan->mode != L2CAP_MODE_EXT_FLOWCTL ||
net/bluetooth/l2cap_core.c
5382
if (orig->mode == L2CAP_MODE_EXT_FLOWCTL) {
net/bluetooth/l2cap_core.c
6784
chan->mode != L2CAP_MODE_EXT_FLOWCTL)
net/bluetooth/l2cap_core.c
6996
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_core.c
712
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_core.c
7237
chan->mode != L2CAP_MODE_EXT_FLOWCTL || chan->state != BT_CONNECT)
net/bluetooth/l2cap_core.c
7281
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_core.c
7362
if (chan->mode == L2CAP_MODE_EXT_FLOWCTL) {
net/bluetooth/l2cap_core.c
7661
!(chan->mode == L2CAP_MODE_EXT_FLOWCTL ||
net/bluetooth/l2cap_core.c
867
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_sock.c
1077
if (chan->mode == L2CAP_MODE_EXT_FLOWCTL &&
net/bluetooth/l2cap_sock.c
1229
if (pi->chan->mode == L2CAP_MODE_EXT_FLOWCTL) {
net/bluetooth/l2cap_sock.c
1256
pi->chan->mode != L2CAP_MODE_EXT_FLOWCTL)
net/bluetooth/l2cap_sock.c
1618
chan->mode != L2CAP_MODE_EXT_FLOWCTL) {
net/bluetooth/l2cap_sock.c
1643
chan->mode == L2CAP_MODE_EXT_FLOWCTL)) {
net/bluetooth/l2cap_sock.c
169
chan->mode != L2CAP_MODE_EXT_FLOWCTL)
net/bluetooth/l2cap_sock.c
252
chan->mode != L2CAP_MODE_EXT_FLOWCTL)
net/bluetooth/l2cap_sock.c
295
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_sock.c
432
case L2CAP_MODE_EXT_FLOWCTL:
net/bluetooth/l2cap_sock.c
884
mode = L2CAP_MODE_EXT_FLOWCTL;