Home
last modified time | relevance | path

Searched refs:_tcpfrag_t (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_rb.h48 typedef struct _tcpfrag_t { struct
54 TAILQ_ENTRY(_tcpfrag_t) link; argument
75 TAILQ_HEAD(flist, _tcpfrag_t) frags;
/mOS-networking-stack/core/src/
H A Dtcp_rb.c53 struct _tcpfrag_t *walk; in frags_insert()
218 struct _tcpfrag_t *f = TAILQ_FIRST(&rb->frags), *new; in buf_try_resize()
394 struct _tcpfrag_t *fwalk, *fnext; in tcprb_del()
525 struct _tcpfrag_t *fwalk, *fnext; in tcprb_resize_meta()
569 struct _tcpfrag_t *fwalk, *fnext; in tcprb_resize()
607 struct _tcpfrag_t *f; in tcprb_ppeek()
670 struct _tcpfrag_t *ef, *nef; in tcprb_pwrite()
745 struct _tcpfrag_t *new; in tcprb_pwrite()
768 struct _tcpfrag_t *new; in tcprb_pwrite()
804 struct _tcpfrag_t *walk; in tcprb_printfrags()
[all …]
H A Dtcp_stream.c88 struct _tcpfrag_t *walk; in GetFragInfo()