Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h232 u8 chrono_type:2, /* current chronograph type */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c2546 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set()
2551 tp->chrono_type = new; in tcp_chrono_set()
2563 if (type > tp->chrono_type) in tcp_chrono_start()
2581 else if (type == tp->chrono_type) in tcp_chrono_stop()
H A Dtcp.c3445 if (i == tp->chrono_type) in tcp_get_info_chrono_stats()