hci_pcb
struct hci_pcb *pcb;
pcb = kmem_zalloc(sizeof(struct hci_pcb), KM_SLEEP);
LIST_INSERT_HEAD(&hci_pcb, pcb, hp_next);
struct hci_pcb *pcb;
pcb = (struct hci_pcb *)so->so_pcb;
struct hci_pcb *pcb = so->so_pcb;
struct hci_pcb *pcb = so->so_pcb;
struct hci_pcb *pcb = so->so_pcb;
struct hci_pcb *pcb = (struct hci_pcb *)so->so_pcb;
struct hci_pcb *pcb = (struct hci_pcb *)so->so_pcb;
struct hci_pcb *pcb = so->so_pcb;
struct hci_pcb *pcb = (struct hci_pcb *)so->so_pcb;
LIST_ENTRY(hci_pcb) hp_next; /* next HCI pcb */
struct hci_pcb *pcb;
LIST_HEAD(hci_pcb_list, hci_pcb) hci_pcb = LIST_HEAD_INITIALIZER(hci_pcb);
LIST_FOREACH(pcb, &hci_pcb, hp_next) {