Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c2086 while (chan->tx_send_head && in l2cap_ertm_send()
2090 skb = chan->tx_send_head; in l2cap_ertm_send()
2125 chan->tx_send_head = NULL; in l2cap_ertm_send()
2127 chan->tx_send_head = skb_queue_next(&chan->tx_q, skb); in l2cap_ertm_send()
2247 skb == chan->tx_send_head) in l2cap_retransmit_all()
2252 if (skb == chan->tx_send_head) in l2cap_retransmit_all()
2879 if (chan->tx_send_head == NULL) in l2cap_tx_state_xmit()
2880 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_xmit()
2951 if (chan->tx_send_head == NULL) in l2cap_tx_state_wait_f()
2952 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_wait_f()
[all …]
/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h634 struct sk_buff *tx_send_head; member