OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tail_
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_classq.h
62
struct mbuf *
tail_
; /* Tail of packet queue */
member in struct:_class_queue_
73
#define qtail(q) (q)->
tail_
/* Tail of the queue */
74
#define qhead(q) ((q)->
tail_
? (q)->
tail_
->m_nextpkt : NULL)
altq_classq.h
62
struct mbuf *
tail_
; /* Tail of packet queue */
member in struct:_class_queue_
73
#define qtail(q) (q)->
tail_
/* Tail of the queue */
74
#define qhead(q) ((q)->
tail_
? (q)->
tail_
->m_nextpkt : NULL)
Completed in 20 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025