L2CAP_DEFAULT_TX_WINDOW 506 net/bluetooth/l2cap_core.c chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; L2CAP_DEFAULT_TX_WINDOW 507 net/bluetooth/l2cap_core.c chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; L2CAP_DEFAULT_TX_WINDOW 510 net/bluetooth/l2cap_core.c chan->ack_win = L2CAP_DEFAULT_TX_WINDOW; L2CAP_DEFAULT_TX_WINDOW 3216 net/bluetooth/l2cap_core.c if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && L2CAP_DEFAULT_TX_WINDOW 3223 net/bluetooth/l2cap_core.c L2CAP_DEFAULT_TX_WINDOW); L2CAP_DEFAULT_TX_WINDOW 3224 net/bluetooth/l2cap_core.c chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; L2CAP_DEFAULT_TX_WINDOW 3295 net/bluetooth/l2cap_core.c L2CAP_DEFAULT_TX_WINDOW); L2CAP_DEFAULT_TX_WINDOW 3512 net/bluetooth/l2cap_core.c rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW; L2CAP_DEFAULT_TX_WINDOW 3768 net/bluetooth/l2cap_core.c .txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW),