Lines Matching refs:tsinfo
235 struct rds_info_tcp_socket tsinfo;
241 if (len / sizeof(tsinfo) < rds_tcp_tc_count)
250 tsinfo.local_addr = inet->inet_saddr;
251 tsinfo.local_port = inet->inet_sport;
252 tsinfo.peer_addr = inet->inet_daddr;
253 tsinfo.peer_port = inet->inet_dport;
255 tsinfo.hdr_rem = tc->t_tinc_hdr_rem;
256 tsinfo.data_rem = tc->t_tinc_data_rem;
257 tsinfo.last_sent_nxt = tc->t_last_sent_nxt;
258 tsinfo.last_expected_una = tc->t_last_expected_una;
259 tsinfo.last_seen_una = tc->t_last_seen_una;
260 tsinfo.tos = tc->t_cpath->cp_conn->c_tos;
262 rds_info_copy(iter, &tsinfo, sizeof(tsinfo));
267 lens->each = sizeof(tsinfo);