t_tinc_hdr_rem    187 net/rds/tcp.c  	tc->t_tinc_hdr_rem = sizeof(struct rds_header);
t_tinc_hdr_rem    265 net/rds/tcp.c  		tsinfo.hdr_rem = tc->t_tinc_hdr_rem;
t_tinc_hdr_rem    309 net/rds/tcp.c  		tsinfo6.hdr_rem = tc->t_tinc_hdr_rem;
t_tinc_hdr_rem    391 net/rds/tcp.c  		tc->t_tinc_hdr_rem = sizeof(struct rds_header);
t_tinc_hdr_rem     27 net/rds/tcp.h  	size_t			t_tinc_hdr_rem;
t_tinc_hdr_rem    223 net/rds/tcp_connect.c 	tc->t_tinc_hdr_rem = sizeof(struct rds_header);
t_tinc_hdr_rem    193 net/rds/tcp_recv.c 		if (left && tc->t_tinc_hdr_rem) {
t_tinc_hdr_rem    194 net/rds/tcp_recv.c 			to_copy = min(tc->t_tinc_hdr_rem, left);
t_tinc_hdr_rem    200 net/rds/tcp_recv.c 						tc->t_tinc_hdr_rem,
t_tinc_hdr_rem    202 net/rds/tcp_recv.c 			tc->t_tinc_hdr_rem -= to_copy;
t_tinc_hdr_rem    206 net/rds/tcp_recv.c 			if (tc->t_tinc_hdr_rem == 0) {
t_tinc_hdr_rem    236 net/rds/tcp_recv.c 		if (tc->t_tinc_hdr_rem == 0 && tc->t_tinc_data_rem == 0) {
t_tinc_hdr_rem    247 net/rds/tcp_recv.c 			tc->t_tinc_hdr_rem = sizeof(struct rds_header);