OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:re_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
rtl8169.c
1224
sc->
re_head
= sc->re_tail = NULL;
1269
if (sc->
re_head
== NULL)
1270
sc->
re_head
= sc->re_tail = m;
1322
if (sc->
re_head
!= NULL) {
1323
m_freem(sc->
re_head
);
1324
sc->
re_head
= sc->re_tail = NULL;
1337
if (sc->
re_head
!= NULL) {
1338
m_freem(sc->
re_head
);
1339
sc->
re_head
= sc->re_tail = NULL;
1345
if (sc->
re_head
!= NULL)
[
all
...]
rtl81x9var.h
214
struct mbuf *
re_head
;
member in struct:rtk_softc
Completed in 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025