Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dtcp.h231 u8 chrono_type:2, /* current chronograph type */ member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c2548 enum tcp_chrono old = tp->chrono_type; in tcp_chrono_set()
2553 tp->chrono_type = new; in tcp_chrono_set()
2565 if (type > tp->chrono_type) in tcp_chrono_start()
2583 else if (type == tp->chrono_type) in tcp_chrono_stop()
Dtcp.c3540 if (i == tp->chrono_type) in tcp_get_info_chrono_stats()