OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canp_queue
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netcan/
can_pcb.h
50
TAILQ_ENTRY(canpcb)
canp_queue
;
can_pcb.c
114
TAILQ_INSERT_HEAD(&table->canpt_queue, canp,
canp_queue
);
198
TAILQ_REMOVE(&canp->canp_table->canpt_queue, canp,
canp_queue
);
324
TAILQ_FOREACH_SAFE(canp, &table->canpt_queue,
canp_queue
, ncanp) {
349
ncanp = CIRCLEQ_NEXT(canp,
canp_queue
);
can.c
345
TAILQ_FOREACH(canp, &cbtable.canpt_queue,
canp_queue
) {
374
if (TAILQ_NEXT(canp,
canp_queue
) != NULL) {
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025