Searched defs:tcp_info (Results 1 – 3 of 3) sorted by relevance
214 struct tcp_info { struct215 __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 …]
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
748 struct i40iw_tcp_offload_info *tcp_info; member