Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dl2cap_core.c1884 while (chan->tx_send_head && in l2cap_ertm_send()
1888 skb = chan->tx_send_head; in l2cap_ertm_send()
1923 chan->tx_send_head = NULL; in l2cap_ertm_send()
1925 chan->tx_send_head = skb_queue_next(&chan->tx_q, skb); in l2cap_ertm_send()
2045 skb == chan->tx_send_head) in l2cap_retransmit_all()
2050 if (skb == chan->tx_send_head) in l2cap_retransmit_all()
2666 if (chan->tx_send_head == NULL) in l2cap_tx_state_xmit()
2667 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_xmit()
2738 if (chan->tx_send_head == NULL) in l2cap_tx_state_wait_f()
2739 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_wait_f()
[all …]
/linux-4.4.14/include/net/bluetooth/
Dl2cap.h583 struct sk_buff *tx_send_head; member