Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Dtcp_recv.c189 if (left && tc->t_tinc_hdr_rem) { in rds_tcp_data_recv()
190 to_copy = min(tc->t_tinc_hdr_rem, left); in rds_tcp_data_recv()
196 tc->t_tinc_hdr_rem, in rds_tcp_data_recv()
198 tc->t_tinc_hdr_rem -= to_copy; in rds_tcp_data_recv()
202 if (tc->t_tinc_hdr_rem == 0) { in rds_tcp_data_recv()
238 if (tc->t_tinc_hdr_rem == 0 && tc->t_tinc_data_rem == 0) { in rds_tcp_data_recv()
246 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_data_recv()
Dtcp.h21 size_t t_tinc_hdr_rem; member
Dtcp_connect.c157 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_conn_shutdown()
Dtcp.c171 tsinfo.hdr_rem = tc->t_tinc_hdr_rem; in rds_tcp_tc_info()
204 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_conn_alloc()