Searched refs:tail (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | tcp_rb.c | 221 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 D | tcp_stream.c | 93 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 D | tree.h | 24 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 D | netmap.h | 273 uint32_t tail; /* (k) first kernel slot */ member 612 return (ring->cur == ring->tail); in nm_ring_empty()
|
| H A D | netmap_user.h | 136 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 D | tcp_rb.h | 52 loff_t tail; /* tail of this fragment */ member
|
| /mOS-networking-stack/ |
| H A D | setup.sh | 116 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`
|