| /kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
| D | tcp.h | 166 struct tcp_info { struct 167 uint8_t tcpi_state; 168 uint8_t tcpi_ca_state; 169 uint8_t tcpi_retransmits; 170 uint8_t tcpi_probes; 171 uint8_t tcpi_backoff; 172 uint8_t tcpi_options; 173 uint8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; 174 uint8_t tcpi_delivery_rate_app_limited : 1; 175 uint32_t tcpi_rto; [all …]
|
| /kernel/linux/linux-5.10/tools/include/uapi/linux/ |
| D | tcp.h | 214 struct tcp_info { struct 215 __u8 tcpi_state; 216 __u8 tcpi_ca_state; 217 __u8 tcpi_retransmits; 218 __u8 tcpi_probes; 219 __u8 tcpi_backoff; 220 __u8 tcpi_options; 221 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; 222 __u8 tcpi_delivery_rate_app_limited:1, tcpi_fastopen_client_fail:2; 224 __u32 tcpi_rto; [all …]
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | tcp.h | 140 struct tcp_info { struct 141 __u8 tcpi_state; 142 __u8 tcpi_ca_state; 143 __u8 tcpi_retransmits; 144 __u8 tcpi_probes; 145 __u8 tcpi_backoff; 146 __u8 tcpi_options; 147 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; 148 __u8 tcpi_delivery_rate_app_limited : 1, tcpi_fastopen_client_fail : 2; 149 __u32 tcpi_rto; [all …]
|
| /kernel/linux/linux-6.6/tools/include/uapi/linux/ |
| D | tcp.h | 214 struct tcp_info { struct 215 __u8 tcpi_state; 216 __u8 tcpi_ca_state; 217 __u8 tcpi_retransmits; 218 __u8 tcpi_probes; 219 __u8 tcpi_backoff; 220 __u8 tcpi_options; 221 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; 222 __u8 tcpi_delivery_rate_app_limited:1, tcpi_fastopen_client_fail:2; 224 __u32 tcpi_rto; [all …]
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | tcp.h | 140 struct tcp_info { struct 141 __u8 tcpi_state; 142 __u8 tcpi_ca_state; 143 __u8 tcpi_retransmits; 144 __u8 tcpi_probes; 145 __u8 tcpi_backoff; 146 __u8 tcpi_options; 147 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; 148 __u8 tcpi_delivery_rate_app_limited : 1, tcpi_fastopen_client_fail : 2; 149 __u32 tcpi_rto; [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | tcp.h | 214 struct tcp_info { struct 215 __u8 tcpi_state; 216 __u8 tcpi_ca_state; 217 __u8 tcpi_retransmits; 218 __u8 tcpi_probes; 219 __u8 tcpi_backoff; 220 __u8 tcpi_options; 221 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; 222 __u8 tcpi_delivery_rate_app_limited:1, tcpi_fastopen_client_fail:2; 224 __u32 tcpi_rto; [all …]
|
| D | mptcp.h | 271 __aligned_u64 tcp_info; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | tcp.h | 138 struct tcp_info { struct 139 __u8 tcpi_state; 140 __u8 tcpi_ca_state; 141 __u8 tcpi_retransmits; 142 __u8 tcpi_probes; 143 __u8 tcpi_backoff; 144 __u8 tcpi_options; 145 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; 146 __u8 tcpi_delivery_rate_app_limited:1; 147 __u32 tcpi_rto; [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | tcp.h | 230 struct tcp_info { struct 231 __u8 tcpi_state; 232 __u8 tcpi_ca_state; 233 __u8 tcpi_retransmits; 234 __u8 tcpi_probes; 235 __u8 tcpi_backoff; 236 __u8 tcpi_options; 237 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; 238 __u8 tcpi_delivery_rate_app_limited:1, tcpi_fastopen_client_fail:2; 240 __u32 tcpi_rto; [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
| D | mptcp_sockopt.c | 109 __aligned_u64 tcp_info; member 119 struct tcp_info tcp_info; member 498 struct tcp_info tcp_info[2]; in do_getsockopt_mptcp_full_info() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
| D | i40iw_cm.c | 3299 struct i40iw_tcp_offload_info *tcp_info, in i40iw_init_tcp_ctx() 3380 struct i40iw_tcp_offload_info tcp_info; in i40iw_cm_init_tsa_conn() local
|
| D | i40iw_type.h | 748 struct i40iw_tcp_offload_info *tcp_info; member
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
| D | verbs.h | 170 struct irdma_tcp_offload_info tcp_info; member
|
| D | cm.c | 3318 struct irdma_tcp_offload_info *tcp_info, in irdma_init_tcp_ctx()
|
| D | verbs.c | 1549 struct irdma_tcp_offload_info *tcp_info; in irdma_modify_qp() local
|
| D | type.h | 927 struct irdma_tcp_offload_info *tcp_info; member
|
| /kernel/linux/linux-6.6/net/mptcp/ |
| D | sockopt.c | 1276 struct tcp_info tcp_info; in mptcp_getsockopt_full_info() local
|