Home
last modified time | relevance | path

Searched refs:t_tinc_hdr_rem (Results 1 – 4 of 4) sorted by relevance

/net/rds/
Dtcp_recv.c190 if (left && tc->t_tinc_hdr_rem) { in rds_tcp_data_recv()
191 to_copy = min(tc->t_tinc_hdr_rem, left); in rds_tcp_data_recv()
197 tc->t_tinc_hdr_rem, in rds_tcp_data_recv()
199 tc->t_tinc_hdr_rem -= to_copy; in rds_tcp_data_recv()
203 if (tc->t_tinc_hdr_rem == 0) { in rds_tcp_data_recv()
231 if (tc->t_tinc_hdr_rem == 0 && tc->t_tinc_data_rem == 0) { in rds_tcp_data_recv()
241 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_data_recv()
Dtcp.c176 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_reset_callbacks()
247 tsinfo.hdr_rem = tc->t_tinc_hdr_rem; in rds_tcp_tc_info()
283 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_conn_alloc()
Dtcp.h26 size_t t_tinc_hdr_rem; member
Dtcp_connect.c174 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_conn_path_shutdown()