Home
last modified time | relevance | path

Searched refs:txwin_size (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dl2cap.h83 __u16 txwin_size; member
352 __u8 txwin_size; member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_sock.c501 opts.txwin_size = chan->tx_win; in l2cap_sock_getsockopt_old()
771 opts.txwin_size = chan->tx_win; in l2cap_sock_setsockopt_old()
779 if (opts.txwin_size > L2CAP_DEFAULT_EXT_WINDOW) { in l2cap_sock_setsockopt_old()
815 chan->tx_win = opts.txwin_size; in l2cap_sock_setsockopt_old()
H A Dl2cap_core.c3505 rfc.txwin_size = 0; in l2cap_build_conf_req()
3528 rfc.txwin_size = min_t(u16, chan->tx_win, in l2cap_build_conf_req()
3553 rfc.txwin_size = 0; in l2cap_build_conf_req()
3744 chan->remote_tx_win = rfc.txwin_size; in l2cap_parse_conf_req()
3746 rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW; in l2cap_parse_conf_req()
3906 rfc.txwin_size); in l2cap_parse_conf_rsp()
4042 .txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW), in l2cap_conf_rfc_get()
4078 rfc.txwin_size); in l2cap_conf_rfc_get()