Searched refs:hci_skb_expect (Results 1 – 2 of 2) sorted by relevance
184 hci_skb_expect(skb) = (&pkts[i])->hlen; in h4_recv_buf()196 len = min_t(uint, hci_skb_expect(skb) - skb->len, count); in h4_recv_buf()203 if (skb->len < hci_skb_expect(skb)) in h4_recv_buf()227 hci_skb_expect(skb) += dlen; in h4_recv_buf()238 hci_skb_expect(skb) += dlen; in h4_recv_buf()
510 #define hci_skb_expect(skb) bt_cb((skb))->expect macro