Home
last modified time | relevance | path

Searched refs:tcp_info (Results 1 – 8 of 8) sorted by relevance

/external/libnl/include/netlink/idiag/
Dmsg.h73 extern struct tcp_info idiagnl_msg_get_tcpinfo(const struct idiagnl_msg *);
75 struct tcp_info *);
/external/libnl/lib/idiag/
Didiag_msg_obj.c356 struct tcp_info idiagnl_msg_get_tcpinfo(const struct idiagnl_msg *msg) in idiagnl_msg_get_tcpinfo()
361 void idiagnl_msg_set_tcpinfo(struct idiagnl_msg *msg, struct tcp_info *tinfo) in idiagnl_msg_set_tcpinfo()
363 memcpy(&msg->idiag_tcpinfo, tinfo, sizeof(struct tcp_info)); in idiagnl_msg_set_tcpinfo()
583 [IDIAG_ATTR_INFO] = { .minlen = sizeof(struct tcp_info) },
/external/netperf/src/
Dnettest_omni.c3393 dump_tcp_info(struct tcp_info *tcp_info) in dump_tcp_info() argument
3400 tcp_info->tcpi_rto, in dump_tcp_info()
3401 tcp_info->tcpi_ato, in dump_tcp_info()
3402 tcp_info->tcpi_pmtu, in dump_tcp_info()
3403 tcp_info->tcpi_rcv_ssthresh, in dump_tcp_info()
3404 tcp_info->tcpi_rtt, in dump_tcp_info()
3405 tcp_info->tcpi_rttvar, in dump_tcp_info()
3406 tcp_info->tcpi_snd_ssthresh, in dump_tcp_info()
3407 tcp_info->tcpi_snd_cwnd, in dump_tcp_info()
3408 tcp_info->tcpi_reordering, in dump_tcp_info()
[all …]
/external/iproute2/include/linux/
Dtcp.h152 struct tcp_info { struct
/external/iproute2/include/netinet/
Dtcp.h187 struct tcp_info struct
/external/kernel-headers/original/uapi/linux/
Dtcp.h162 struct tcp_info { struct
/external/libnl/include/netlink-private/
Dtypes.h988 struct tcp_info idiag_tcpinfo;
/external/iproute2/misc/
Dss.c1943 struct tcp_info *info; in tcp_show_info()