Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst52 u8:2 chrono_type read_write tcp_c…
/linux-6.15/include/linux/
H A Dtcp.h226 u8 chrono_type : 2, /* current chronograph type */ member
/linux-6.15/net/ipv4/
H A Dtcp_output.c2664 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set()
2669 tp->chrono_type = new; in tcp_chrono_set()
2681 if (type > tp->chrono_type) in tcp_chrono_start()
2699 else if (type == tp->chrono_type) in tcp_chrono_stop()
H A Dtcp.c4091 if (i == tp->chrono_type) in tcp_get_info_chrono_stats()