OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_sent
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
dccp_tfrc.h
73
struct timeval
t_sent
; /* When the packet was sent */
member in struct:s_hist_entry
dccp_tfrc.c
624
if ((new_packet != NULL && new_packet->
t_sent
.tv_sec >= 0) || new_packet == NULL) {
633
new_packet->
t_sent
.tv_sec = -1; /* mark as unsent */
742
else if (packet != NULL && packet->
t_sent
.tv_sec >= 0)
744
packet->
t_sent
= t_now;
752
packet->seq, packet->win_count, packet->
t_sent
.tv_sec, packet->
t_sent
.tv_usec));
913
timersub(&t_now, &(elm->
t_sent
), &t_now);
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025