Home
last modified time | relevance | path

Searched refs:loff_t (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_rb.h39 typedef int64_t loff_t; /* logical offset space */ typedef
51 loff_t head; /* head of this fragment */
52 loff_t tail; /* tail of this fragment */
71 loff_t head; /* head of this window (inf space) */
72 loff_t pile; /* maximum head. tcprb_ffhead() cannot move hseq further
87 tcprb_setpile(tcprb_t *rb, loff_t new);
102 tcprb_fflen(tcprb_t *rb, uint8_t *buf, int len, loff_t off);
105 tcprb_ppeek(tcprb_t *rb, uint8_t *buf, int len, loff_t off);
108 tcprb_pwrite(tcprb_t *rb, uint8_t *buf, int len, loff_t off);
116 extern inline loff_t
H A Dsocket.h87 loff_t peek_offset[MOS_SIDE_BOTH];
/mOS-networking-stack/core/src/
H A Dtcp_rb.c29 loff2boff(tcprb_t *rb, loff_t loff) in loff2boff()
213 loff_t eh = data + rb->len + in buf_try_resize()
216 loff_t et = data + datalen; in buf_try_resize()
295 buf_##rw(tcprb_t *rb, uint8_t *buf, int len, loff_t off) \
343 inline loff_t in FUNCDEF_BUF_RW()
346 loff_t off = seq - isn; in FUNCDEF_BUF_RW()
412 tcprb_setpile(tcprb_t *rb, loff_t new) in tcprb_setpile()
484 tcprb_fflen(tcprb_t *rb, uint8_t *buf, int len, loff_t off) in tcprb_fflen()
605 tcprb_ppeek(tcprb_t *rb, uint8_t *buf, int len, loff_t off) in tcprb_ppeek()
635 loff_t efhead = -1; /* head of empty fragment */ in tcprb_pwrite()
[all …]
H A Dtcp_in.c613 loff_t off = seq2loff(rb, pctx->p.seq, (rcvvar->irs + 1)); in ProcessTCPPayload()
662 loff_t cftail = rb->pile + tcprb_cflen(rb); in ProcessTCPPayload()
H A Dmos_api.c291 loff_t *poff = &sock->monitor_stream->peek_offset[cur_stream->side]; in mtcp_peek()