Searched refs:fnext (Results 1 – 1 of 1) sorted by relevance
394 struct _tcpfrag_t *fwalk, *fnext; in tcprb_del() local402 fnext = TAILQ_NEXT(fwalk, link); in tcprb_del()671 fnext = TAILQ_NEXT(f, link); in tcprb_pwrite()675 f = fnext; in tcprb_pwrite()688 for (ef = fnext; in tcprb_pwrite()701 fnext = TAILQ_NEXT(f, link); in tcprb_pwrite()703 wrlen = fnext ? MIN(fnext->head - (off + uoff), len - uoff) in tcprb_pwrite()706 if (fnext && (f->tail == fnext->head)) { in tcprb_pwrite()708 f->tail = fnext->tail; in tcprb_pwrite()710 frags_del(fnext); in tcprb_pwrite()[all …]