Searched defs:tcp_sendfile_track (Results 1 – 1 of 1) sorted by relevance
148 struct tcp_sendfile_track { struct149 uint64_t timestamp; /* User sent timestamp */150 uint64_t start; /* Start of sendfile offset */151 uint64_t end; /* End if not open-range req */152 uint64_t localtime; /* Time we actually got the req */153 uint64_t deadline; /* If in CU mode, deadline to delivery */154 uint64_t first_send; /* Time of first send in the range */155 uint64_t cspr; /* Client suggested pace rate */156 uint64_t sent_at_fs; /* What was t_sndbytes as we begun sending */157 uint64_t rxt_at_fs; /* What was t_snd_rxt_bytes as we begun sending */[all …]