Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c1974 while (chan->tx_send_head && in l2cap_ertm_send()
1978 skb = chan->tx_send_head; in l2cap_ertm_send()
2013 chan->tx_send_head = NULL; in l2cap_ertm_send()
2015 chan->tx_send_head = skb_queue_next(&chan->tx_q, skb); in l2cap_ertm_send()
2132 skb == chan->tx_send_head) in l2cap_retransmit_all()
2137 if (skb == chan->tx_send_head) in l2cap_retransmit_all()
2739 if (chan->tx_send_head == NULL) in l2cap_tx_state_xmit()
2740 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_xmit()
2811 if (chan->tx_send_head == NULL) in l2cap_tx_state_wait_f()
2812 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_wait_f()
[all …]
/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h597 struct sk_buff *tx_send_head; member