Searched refs:dev_pkt_type (Results 1 – 1 of 1) sorted by relevance
2882 u8 dev_pkt_type; in hci_recv_frame() local2891 dev_pkt_type = hci_dev_classify_pkt_type(hdev, skb); in hci_recv_frame()2892 if (hci_skb_pkt_type(skb) != dev_pkt_type) { in hci_recv_frame()2893 hci_skb_pkt_type(skb) = dev_pkt_type; in hci_recv_frame()