txwin_size         81 include/net/bluetooth/l2cap.h 	__u16 txwin_size;
txwin_size        344 include/net/bluetooth/l2cap.h 	__u8       txwin_size;
txwin_size       3271 net/bluetooth/l2cap_core.c 		rfc.txwin_size      = 0;
txwin_size       3294 net/bluetooth/l2cap_core.c 		rfc.txwin_size = min_t(u16, chan->tx_win,
txwin_size       3319 net/bluetooth/l2cap_core.c 		rfc.txwin_size      = 0;
txwin_size       3510 net/bluetooth/l2cap_core.c 				chan->remote_tx_win = rfc.txwin_size;
txwin_size       3512 net/bluetooth/l2cap_core.c 				rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW;
txwin_size       3671 net/bluetooth/l2cap_core.c 						      rfc.txwin_size);
txwin_size       3768 net/bluetooth/l2cap_core.c 		.txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW),
txwin_size       3804 net/bluetooth/l2cap_core.c 					      rfc.txwin_size);
txwin_size        428 net/bluetooth/l2cap_sock.c 		opts.txwin_size = chan->tx_win;
txwin_size        662 net/bluetooth/l2cap_sock.c 		opts.txwin_size = chan->tx_win;
txwin_size        670 net/bluetooth/l2cap_sock.c 		if (opts.txwin_size > L2CAP_DEFAULT_EXT_WINDOW) {
txwin_size        701 net/bluetooth/l2cap_sock.c 		chan->tx_win = opts.txwin_size;