Searched refs:tx_win (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.h352 __u8 tx_win; member in struct:l2cap_pinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c899 pi->tx_win = l2cap_pi(parent)->tx_win;
914 pi->tx_win = L2CAP_DEFAULT_TX_WINDOW;
1964 opts.txwin_size = (__u16)l2cap_pi(sk)->tx_win;
1996 l2cap_pi(sk)->tx_win = (__u8)opts.txwin_size;
2113 opts.txwin_size = (__u16)l2cap_pi(sk)->tx_win;
2542 rfc.txwin_size = pi->tx_win;
3948 int num_to_ack = (pi->tx_win/6) + 1;
3973 if (tx_seq_offset >= pi->tx_win) {

Completed in 63 milliseconds