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.c201 size_t min_hdr; in virtbt_rx_handle() local
209 min_hdr = sizeof(struct hci_event_hdr); in virtbt_rx_handle()
212 min_hdr = sizeof(struct hci_acl_hdr); in virtbt_rx_handle()
215 min_hdr = sizeof(struct hci_sco_hdr); in virtbt_rx_handle()
218 min_hdr = sizeof(struct hci_iso_hdr); in virtbt_rx_handle()
225 if (skb->len < min_hdr) { in virtbt_rx_handle()
228 pkt_type, skb->len, min_hdr); in virtbt_rx_handle()