Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/bluetooth/
A Dl2cap_core.c2122 while (chan->tx_send_head && in l2cap_ertm_send()
2126 skb = chan->tx_send_head; in l2cap_ertm_send()
2161 chan->tx_send_head = NULL; in l2cap_ertm_send()
2283 skb == chan->tx_send_head) in l2cap_retransmit_all()
2288 if (skb == chan->tx_send_head) in l2cap_retransmit_all()
2891 if (chan->tx_send_head == NULL) in l2cap_tx_state_xmit()
2892 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_xmit()
2963 if (chan->tx_send_head == NULL) in l2cap_tx_state_wait_f()
2964 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_wait_f()
7213 chan->tx_send_head = NULL; in l2cap_rx_state_wait_p()
[all …]
/linux-6.3-rc2/include/net/bluetooth/
A Dl2cap.h636 struct sk_buff *tx_send_head; member

Completed in 19 milliseconds