Home
last modified time | relevance | path

Searched refs:l2cap_tx_window_full (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/net/bluetooth/
Dl2cap.h429 static inline int l2cap_tx_window_full(struct sock *sk) in l2cap_tx_window_full() function
/linux-2.6.39/net/bluetooth/
Dl2cap_core.c1084 while ((skb = sk->sk_send_head) && (!l2cap_tx_window_full(sk))) { in l2cap_ertm_send()