Home
last modified time | relevance | path

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

/netbsd/src/sys/netbt/
Dhci_link.c481 if (link->hl_rxp != NULL) { in hci_acl_recv()
485 m_freem(link->hl_rxp); in hci_acl_recv()
488 link->hl_rxp = m; in hci_acl_recv()
493 if (link->hl_rxp == NULL) { in hci_acl_recv()
500 got = m->m_pkthdr.len + link->hl_rxp->m_pkthdr.len; in hci_acl_recv()
501 m_cat(link->hl_rxp, m); in hci_acl_recv()
502 m = link->hl_rxp; in hci_acl_recv()
520 link->hl_rxp = NULL; in hci_acl_recv()
971 m_freem(link->hl_rxp); in hci_link_free()
972 link->hl_rxp = NULL; in hci_link_free()
Dhci.h2461 struct mbuf *hl_rxp; /* incoming PDU (accumulating)*/ member