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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dl2cap.h62 __u16 txwin_size; member in struct:l2cap_options
216 __u8 txwin_size; member in struct:l2cap_conf_rfc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c1964 opts.txwin_size = (__u16)l2cap_pi(sk)->tx_win;
1972 if (opts.txwin_size > L2CAP_DEFAULT_TX_WINDOW) {
1996 l2cap_pi(sk)->tx_win = (__u8)opts.txwin_size;
2113 opts.txwin_size = (__u16)l2cap_pi(sk)->tx_win;
2530 rfc.txwin_size = 0;
2542 rfc.txwin_size = pi->tx_win;
2565 rfc.txwin_size = 0;
2700 pi->remote_tx_win = rfc.txwin_size;

Completed in 96 milliseconds