Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A Dl2cap_core.c2090 while (chan->tx_send_head && in l2cap_ertm_send()
2094 skb = chan->tx_send_head; in l2cap_ertm_send()
2129 chan->tx_send_head = NULL; in l2cap_ertm_send()
2251 skb == chan->tx_send_head) in l2cap_retransmit_all()
2256 if (skb == chan->tx_send_head) in l2cap_retransmit_all()
2883 if (chan->tx_send_head == NULL) in l2cap_tx_state_xmit()
2884 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_xmit()
2955 if (chan->tx_send_head == NULL) in l2cap_tx_state_wait_f()
2956 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_wait_f()
7149 chan->tx_send_head = NULL; in l2cap_rx_state_wait_p()
[all …]
/linux/include/net/bluetooth/
A Dl2cap.h636 struct sk_buff *tx_send_head; member

Completed in 19 milliseconds