Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c2911 if (hdev->classify_pkt_type) in hci_dev_classify_pkt_type()
2912 return hdev->classify_pkt_type(hdev, skb); in hci_dev_classify_pkt_type()
/linux/include/net/bluetooth/
H A Dhci_core.h663 u8 (*classify_pkt_type)(struct hci_dev *hdev, struct sk_buff *skb); member
/linux/drivers/bluetooth/
H A Dbtintel.c3595 hdev->classify_pkt_type = btintel_classify_pkt_type; in btintel_setup_combined()
H A Dbtusb.c4289 hdev->classify_pkt_type = btusb_classify_qca_pkt_type; in btusb_probe()