OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_m
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
if.c
14
struct mbuf *
next_m
; /* Pointer to next mbuf to output */
variable in typeref:struct:mbuf
40
next_m
= &if_batchq;
262
/* Nothing on fastq, see if
next_m
is valid */
263
if (
next_m
!= &if_batchq)
264
ifm =
next_m
;
269
next_m
= ifm->ifq_next;
/external/qemu/slirp-android/
if.c
14
struct mbuf *
next_m
; /* Pointer to next mbuf to output */
variable in typeref:struct:mbuf
40
next_m
= &if_batchq;
262
/* Nothing on fastq, see if
next_m
is valid */
263
if (
next_m
!= &if_batchq)
264
ifm =
next_m
;
269
next_m
= ifm->ifq_next;
Completed in 236 milliseconds