chrono_type       221 include/linux/tcp.h 	u8	chrono_type:2,	/* current chronograph type */
chrono_type      3199 net/ipv4/tcp.c 		if (i == tp->chrono_type)
chrono_type      2312 net/ipv4/tcp_output.c 	enum tcp_chrono old = tp->chrono_type;
chrono_type      2317 net/ipv4/tcp_output.c 	tp->chrono_type = new;
chrono_type      2329 net/ipv4/tcp_output.c 	if (type > tp->chrono_type)
chrono_type      2347 net/ipv4/tcp_output.c 	else if (type == tp->chrono_type)