OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hl_rxp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netbt/
hci_link.c
481
if (link->
hl_rxp
!= NULL) {
485
m_freem(link->
hl_rxp
);
488
link->
hl_rxp
= m;
493
if (link->
hl_rxp
== NULL) {
500
got = m->m_pkthdr.len + link->
hl_rxp
->m_pkthdr.len;
501
m_cat(link->
hl_rxp
, m);
502
m = link->
hl_rxp
;
520
link->
hl_rxp
= NULL;
971
m_freem(link->
hl_rxp
);
972
link->
hl_rxp
= NULL
[
all
...]
hci.h
2461
struct mbuf *
hl_rxp
; /* incoming PDU (accumulating)*/
member in struct:hci_link
Completed in 85 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025