OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_fastq
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
if.c
12
struct mbuf
if_fastq
; /* fast queue (for interactive data) */
variable in typeref:struct:mbuf
37
if_fastq
.ifq_next =
if_fastq
.ifq_prev = &
if_fastq
;
124
* There are 2 output queue's,
if_fastq
and if_batchq.
129
* from the next session, etc. Packets on the
if_fastq
get absolute
173
ifq =
if_fastq
.ifq_prev;
259
if (
if_fastq
.ifq_next != &
if_fastq
) {
260
ifm =
if_fastq
.ifq_next
[
all
...]
/external/qemu/slirp-android/
if.c
12
struct mbuf
if_fastq
; /* fast queue (for interactive data) */
variable in typeref:struct:mbuf
37
if_fastq
.ifq_next =
if_fastq
.ifq_prev = &
if_fastq
;
124
* There are 2 output queue's,
if_fastq
and if_batchq.
129
* from the next session, etc. Packets on the
if_fastq
get absolute
173
ifq =
if_fastq
.ifq_prev;
259
if (
if_fastq
.ifq_next != &
if_fastq
) {
260
ifm =
if_fastq
.ifq_next
[
all
...]
Completed in 623 milliseconds