Searched refs:acked_skb (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/bluetooth/
H A Dl2cap_core.c2662 struct sk_buff *acked_skb; local
2676 acked_skb = l2cap_ertm_seq_in_queue(&chan->tx_q, ackseq);
2677 if (acked_skb) {
2678 skb_unlink(acked_skb, &chan->tx_q);
2679 kfree_skb(acked_skb);

Completed in 259 milliseconds