Searched refs:tcpfrag_t (Results 1 – 3 of 3) sorted by relevance
38 static inline tcpfrag_t *41 return (tcpfrag_t *)calloc(sizeof(tcpfrag_t), 1); in frags_new()45 frags_del(tcpfrag_t *f) in frags_del()51 frags_insert(tcprb_t *rb, tcpfrag_t *f) in frags_insert()417 tcpfrag_t *cf = TAILQ_FIRST(&rb->frags); /* contiguous buffer seg. */ in tcprb_setpile()436 tcpfrag_t *cf = TAILQ_FIRST(&rb->frags); /* contiguous buffer seg. */ in tcprb_cflen()457 tcpfrag_t *cf = TAILQ_FIRST(&rb->frags); /* contiguous buffer seg. */ in tcprb_ffhead()497 tcpfrag_t *cf = TAILQ_FIRST(&rb->frags); /* contiguous buffer seg. */ in tcprb_fflen()515 tcpfrag_t *lastfrag = TAILQ_LAST(&rb->frags, flist); in tcprb_get_datalen()
67 if (!*len || ( *len % sizeof(tcpfrag_t) != 0)) in GetFragInfo()144 tcpfrag_t *f = TAILQ_LAST(&rcvbuf->frags, flist); in GetBufInfo()
55 } tcpfrag_t; typedef