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

/linux-master/net/bluetooth/
H A Dl2cap_core.c1973 while (chan->tx_send_head &&
1977 skb = chan->tx_send_head;
2012 chan->tx_send_head = NULL;
2014 chan->tx_send_head = skb_queue_next(&chan->tx_q, skb);
2131 skb == chan->tx_send_head)
2136 if (skb == chan->tx_send_head)
2738 if (chan->tx_send_head == NULL)
2739 chan->tx_send_head = skb_peek(skbs);
2810 if (chan->tx_send_head == NULL)
2811 chan->tx_send_head
[all...]
/linux-master/include/net/bluetooth/
H A Dl2cap.h603 struct sk_buff *tx_send_head; member in struct:l2cap_chan

Completed in 208 milliseconds