Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c3534 unsigned int sk_len; in handle_dump_pkt_qca() local
3546 sk_len = skb->len; in handle_dump_pkt_qca()
3553 sk_len -= HCI_ACL_HDR_SIZE; in handle_dump_pkt_qca()
3560 || (event_hdr->plen != (sk_len - HCI_EVENT_HDR_SIZE))) in handle_dump_pkt_qca()
3564 sk_len -= HCI_EVENT_HDR_SIZE; in handle_dump_pkt_qca()
3567 if ((sk_len < offsetof(struct qca_dump_hdr, data)) in handle_dump_pkt_qca()
3593 sk_len -= offsetof(struct qca_dump_hdr, data0); in handle_dump_pkt_qca()
3601 sk_len -= offsetof(struct qca_dump_hdr, data); in handle_dump_pkt_qca()
3621 skb_pull(skb, skb->len - sk_len); in handle_dump_pkt_qca()