Home | History | Annotate | Download | only in netbt

Lines Matching defs:hci_pcb

66 struct hci_pcb {
74 LIST_ENTRY(hci_pcb) hp_next; /* next HCI pcb */
81 LIST_HEAD(hci_pcb_list, hci_pcb) hci_pcb = LIST_HEAD_INITIALIZER(hci_pcb);
356 struct hci_pcb *pcb;
373 pcb = kmem_zalloc(sizeof(struct hci_pcb), KM_SLEEP);
385 LIST_INSERT_HEAD(&hci_pcb, pcb, hp_next);
394 struct hci_pcb *pcb;
396 pcb = (struct hci_pcb *)so->so_pcb;
421 struct hci_pcb *pcb = so->so_pcb;
455 struct hci_pcb *pcb = so->so_pcb;
487 struct hci_pcb *pcb = so->so_pcb;
544 struct hci_pcb *pcb = (struct hci_pcb *)so->so_pcb;
561 struct hci_pcb *pcb = (struct hci_pcb *)so->so_pcb;
595 struct hci_pcb *pcb = so->so_pcb;
712 struct hci_pcb *pcb = (struct hci_pcb *)so->so_pcb;
798 struct hci_pcb *pcb;
814 LIST_FOREACH(pcb, &hci_pcb, hp_next) {