Home
last modified time | relevance | path

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

/openbmc/linux/net/rds/
H A Dtcp_recv.c194 if (left && tc->t_tinc_hdr_rem) { in rds_tcp_data_recv()
195 to_copy = min(tc->t_tinc_hdr_rem, left); in rds_tcp_data_recv()
201 tc->t_tinc_hdr_rem, in rds_tcp_data_recv()
203 tc->t_tinc_hdr_rem -= to_copy; in rds_tcp_data_recv()
207 if (tc->t_tinc_hdr_rem == 0) { in rds_tcp_data_recv()
237 if (tc->t_tinc_hdr_rem == 0 && tc->t_tinc_data_rem == 0) { in rds_tcp_data_recv()
248 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_data_recv()
H A Dtcp.c177 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_reset_callbacks()
255 tsinfo.hdr_rem = tc->t_tinc_hdr_rem; in rds_tcp_tc_info()
299 tsinfo6.hdr_rem = tc->t_tinc_hdr_rem; in rds6_tcp_tc_info()
381 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_conn_alloc()
H A Dtcp.h27 size_t t_tinc_hdr_rem; member
H A Dtcp_connect.c227 tc->t_tinc_hdr_rem = sizeof(struct rds_header); in rds_tcp_conn_path_shutdown()