hci_skb_expect    598 drivers/bluetooth/btusb.c 			hci_skb_expect(skb) = HCI_EVENT_HDR_SIZE;
hci_skb_expect    601 drivers/bluetooth/btusb.c 		len = min_t(uint, hci_skb_expect(skb), count);
hci_skb_expect    606 drivers/bluetooth/btusb.c 		hci_skb_expect(skb) -= len;
hci_skb_expect    610 drivers/bluetooth/btusb.c 			hci_skb_expect(skb) = hci_event_hdr(skb)->plen;
hci_skb_expect    612 drivers/bluetooth/btusb.c 			if (skb_tailroom(skb) < hci_skb_expect(skb)) {
hci_skb_expect    621 drivers/bluetooth/btusb.c 		if (!hci_skb_expect(skb)) {
hci_skb_expect    654 drivers/bluetooth/btusb.c 			hci_skb_expect(skb) = HCI_ACL_HDR_SIZE;
hci_skb_expect    657 drivers/bluetooth/btusb.c 		len = min_t(uint, hci_skb_expect(skb), count);
hci_skb_expect    662 drivers/bluetooth/btusb.c 		hci_skb_expect(skb) -= len;
hci_skb_expect    668 drivers/bluetooth/btusb.c 			hci_skb_expect(skb) = __le16_to_cpu(dlen);
hci_skb_expect    670 drivers/bluetooth/btusb.c 			if (skb_tailroom(skb) < hci_skb_expect(skb)) {
hci_skb_expect    679 drivers/bluetooth/btusb.c 		if (!hci_skb_expect(skb)) {
hci_skb_expect    712 drivers/bluetooth/btusb.c 			hci_skb_expect(skb) = HCI_SCO_HDR_SIZE;
hci_skb_expect    715 drivers/bluetooth/btusb.c 		len = min_t(uint, hci_skb_expect(skb), count);
hci_skb_expect    720 drivers/bluetooth/btusb.c 		hci_skb_expect(skb) -= len;
hci_skb_expect    724 drivers/bluetooth/btusb.c 			hci_skb_expect(skb) = hci_sco_hdr(skb)->dlen;
hci_skb_expect    726 drivers/bluetooth/btusb.c 			if (skb_tailroom(skb) < hci_skb_expect(skb)) {
hci_skb_expect    735 drivers/bluetooth/btusb.c 		if (!hci_skb_expect(skb)) {
hci_skb_expect     66 drivers/bluetooth/h4_recv.h 				hci_skb_expect(skb) = (&pkts[i])->hlen;
hci_skb_expect     78 drivers/bluetooth/h4_recv.h 		len = min_t(uint, hci_skb_expect(skb) - skb->len, count);
hci_skb_expect     85 drivers/bluetooth/h4_recv.h 		if (skb->len < hci_skb_expect(skb))
hci_skb_expect    109 drivers/bluetooth/h4_recv.h 				hci_skb_expect(skb) += dlen;
hci_skb_expect    120 drivers/bluetooth/h4_recv.h 				hci_skb_expect(skb) += dlen;
hci_skb_expect    188 drivers/bluetooth/hci_h4.c 				hci_skb_expect(skb) = (&pkts[i])->hlen;
hci_skb_expect    200 drivers/bluetooth/hci_h4.c 		len = min_t(uint, hci_skb_expect(skb) - skb->len, count);
hci_skb_expect    207 drivers/bluetooth/hci_h4.c 		if (skb->len < hci_skb_expect(skb))
hci_skb_expect    231 drivers/bluetooth/hci_h4.c 				hci_skb_expect(skb) += dlen;
hci_skb_expect    242 drivers/bluetooth/hci_h4.c 				hci_skb_expect(skb) += dlen;