Home
last modified time | relevance | path

Searched refs:chrono_start (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h230 u32 chrono_start; /* Start time in jiffies of a TCP chrono */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c2549 tp->chrono_stat[old - 1] += now - tp->chrono_start; in tcp_chrono_set()
2550 tp->chrono_start = now; in tcp_chrono_set()
H A Dtcp.c3446 stats[i] += tcp_jiffies32 - tp->chrono_start; in tcp_get_info_chrono_stats()