Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_core.c2873 if (hdev->classify_pkt_type) in hci_dev_classify_pkt_type()
2874 return hdev->classify_pkt_type(hdev, skb); in hci_dev_classify_pkt_type()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h649 u8 (*classify_pkt_type)(struct hci_dev *hdev, struct sk_buff *skb); member
/linux-6.15/drivers/bluetooth/
H A Dbtintel.c3594 hdev->classify_pkt_type = btintel_classify_pkt_type; in btintel_setup_combined()