Home
last modified time | relevance | path

Searched refs:tcpi_snd_wscale (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dinternal_errqueue.h117 uint8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; member
/external/iproute2/include/netinet/
Dtcp.h195 u_int8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; member
/external/iproute2/include/uapi/linux/
Dtcp.h173 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; member
/external/kernel-headers/original/uapi/linux/
Dtcp.h221 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; member
/external/libnl/lib/idiag/
Didiag_msg_obj.c498 nl_dump(p, "\tsnd_wscale: %d\n", msg->idiag_tcpinfo.tcpi_snd_wscale); in idiag_msg_dump_stats()
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/
Dchannelz.proto390 uint32 tcpi_snd_wscale = 7; field
/external/grpc-grpc/src/proto/grpc/channelz/
Dchannelz.proto390 uint32 tcpi_snd_wscale = 7; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/channelz/
Dchannelz.proto392 uint32 tcpi_snd_wscale = 7; field
/external/iproute2/misc/
Dss.c2204 s.snd_wscale = info->tcpi_snd_wscale; in tcp_show_info()