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

/linux-4.1.27/net/bluetooth/
H A Dl2cap_sock.c427 opts.txwin_size = chan->tx_win; l2cap_sock_getsockopt_old()
661 opts.txwin_size = chan->tx_win; l2cap_sock_setsockopt_old()
669 if (opts.txwin_size > L2CAP_DEFAULT_EXT_WINDOW) { l2cap_sock_setsockopt_old()
700 chan->tx_win = opts.txwin_size; l2cap_sock_setsockopt_old()
H A Dl2cap_core.c3218 rfc.txwin_size = 0; l2cap_build_conf_req()
3241 rfc.txwin_size = min_t(u16, chan->tx_win, l2cap_build_conf_req()
3266 rfc.txwin_size = 0; l2cap_build_conf_req()
3446 chan->remote_tx_win = rfc.txwin_size; l2cap_parse_conf_req()
3448 rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW; l2cap_parse_conf_req()
3598 rfc.txwin_size); l2cap_parse_conf_rsp()
3695 .txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW), l2cap_conf_rfc_get()
3726 rfc.txwin_size); l2cap_conf_rfc_get()
/linux-4.1.27/include/net/bluetooth/
H A Dl2cap.h79 __u16 txwin_size; member in struct:l2cap_options
327 __u8 txwin_size; member in struct:l2cap_conf_rfc

Completed in 409 milliseconds