Searched refs:tx_send_head (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/bluetooth/
H A Dl2cap_core.c1949 while (chan->tx_send_head &&
1953 skb = chan->tx_send_head;
1988 chan->tx_send_head = NULL;
1990 chan->tx_send_head = skb_queue_next(&chan->tx_q, skb);
2107 skb == chan->tx_send_head)
2112 if (skb == chan->tx_send_head)
2714 if (chan->tx_send_head == NULL)
2715 chan->tx_send_head = skb_peek(skbs);
2786 if (chan->tx_send_head == NULL)
2787 chan->tx_send_head
[all...]
/linux-master/include/net/bluetooth/
H A Dl2cap.h594 struct sk_buff *tx_send_head; member in struct:l2cap_chan

Completed in 208 milliseconds