Home
last modified time | relevance | path

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

/netbsd-src/sys/netbt/
H A Dhci_socket.c67 struct socket *hp_socket; /* socket */ member
375 pcb->hp_socket = so; in hci_attach()
666 sbappendrecord(&pcb->hp_socket->so_snd, m0); in hci_send()
667 M_SETCTX(m, pcb->hp_socket); /* enable drop callback */ in hci_send()
885 if (pcb->hp_socket->so_options & SO_TIMESTAMP) { in hci_mtap()
900 if (m0 && sbappendaddr(&pcb->hp_socket->so_rcv, in hci_mtap()
902 sorwakeup(pcb->hp_socket); in hci_mtap()