Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dvirtio_bt.c205 size_t min_hdr; in virtbt_rx_handle() local
213 min_hdr = sizeof(struct hci_event_hdr); in virtbt_rx_handle()
216 min_hdr = sizeof(struct hci_acl_hdr); in virtbt_rx_handle()
219 min_hdr = sizeof(struct hci_sco_hdr); in virtbt_rx_handle()
222 min_hdr = sizeof(struct hci_iso_hdr); in virtbt_rx_handle()
229 if (skb->len < min_hdr) { in virtbt_rx_handle()
232 pkt_type, skb->len, min_hdr); in virtbt_rx_handle()