Home
last modified time | relevance | path

Searched refs:_tcpbufseg_t (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_rb.h41 typedef struct _tcpbufseg_t { struct
45 TAILQ_ENTRY(_tcpbufseg_t) link; argument
67 TAILQ_HEAD(blist, _tcpbufseg_t) bufsegs;
/mOS-networking-stack/core/src/
H A Dtcp_rb.c393 struct _tcpbufseg_t *bwalk, *bnext; in tcprb_del()
568 struct _tcpbufseg_t *bwalk, *bnext; in tcprb_resize()
847 struct _tcpbufseg_t *walk; in tcprb_printbufsegs()