Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_rb.c221 if (f->tail <= eh) in buf_try_resize()
224 if (f->tail > et) { in buf_try_resize()
227 new->tail = f->tail; in buf_try_resize()
230 f->tail = et; in buf_try_resize()
241 new->tail = f->tail; in buf_try_resize()
244 f->tail = eh; in buf_try_resize()
425 if (new > cf->tail) in tcprb_setpile()
693 if (ef->tail <= f->tail + len - uoff) { in tcprb_pwrite()
705 f->tail += wrlen; in tcprb_pwrite()
708 f->tail = fnext->tail; in tcprb_pwrite()
[all …]
H A Dtcp_stream.c93 out[*len].len = walk->tail - walk->head; in GetFragInfo()
148 tbi->tcpbi_last_byte_received = (f ? f->tail : rcvbuf->head); in GetBufInfo()
/mOS-networking-stack/core/src/include/
H A Dtree.h24 qual type **tail; \
114 (*(((scratch)->tail)++) = (var))
119 for ((scratch)->head = (scratch)->tail = (scratch)->queue, \
126 : (scratch)->head != (scratch)->tail \
135 : (scratch)->head != (scratch)->tail \
141 for ((scratch)->head = (scratch)->tail = (scratch)->queue, \
148 : (scratch)->head != (scratch)->tail \
157 : (scratch)->head != (scratch)->tail \
H A Dnetmap.h273 uint32_t tail; /* (k) first kernel slot */ member
612 return (ring->cur == ring->tail); in nm_ring_empty()
H A Dnetmap_user.h136 return nm_ring_next(r, r->tail) != r->head; in nm_tx_pending()
143 int ret = ring->tail - ring->cur; in nm_ring_space()
831 D("TX%d %p h %d c %d t %d", i, r, r->head, r->cur, r->tail); in nm_open()
835 D("RX%d %p h %d c %d t %d", i, r, r->head, r->cur, r->tail); in nm_open()
H A Dtcp_rb.h52 loff_t tail; /* tail of this fragment */ member
/mOS-networking-stack/
H A Dsetup.sh116 DEVLIST=`ifconfig -s | grep -Eo '^[^ ]+' | tail -n+2`
145 DEVLIST=`ifconfig -s | grep -Eo '^[^ ]+' | tail -n+2`
487 DEVLIST=`ifconfig -s | grep -Eo '^[^ ]+' | tail -n+2`