Searched refs:tx_send_head (Results 1 – 2 of 2) sorted by relevance
2013 while (chan->tx_send_head && in l2cap_ertm_send()2017 skb = chan->tx_send_head; in l2cap_ertm_send()2052 chan->tx_send_head = NULL; in l2cap_ertm_send()2054 chan->tx_send_head = skb_queue_next(&chan->tx_q, skb); in l2cap_ertm_send()2171 skb == chan->tx_send_head) in l2cap_retransmit_all()2176 if (skb == chan->tx_send_head) in l2cap_retransmit_all()2816 if (chan->tx_send_head == NULL) in l2cap_tx_state_xmit()2817 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_xmit()2888 if (chan->tx_send_head == NULL) in l2cap_tx_state_wait_f()2889 chan->tx_send_head = skb_peek(skbs); in l2cap_tx_state_wait_f()[all …]
603 struct sk_buff *tx_send_head; member