Searched refs:c_xmit_hdr_off (Results 1 – 2 of 2) sorted by relevance
78 conn->c_xmit_hdr_off = 0; in rds_send_reset()305 conn->c_xmit_hdr_off, in rds_send_xmit()311 if (conn->c_xmit_hdr_off < sizeof(struct rds_header)) { in rds_send_xmit()314 conn->c_xmit_hdr_off); in rds_send_xmit()315 conn->c_xmit_hdr_off += tmp; in rds_send_xmit()334 if (conn->c_xmit_hdr_off == sizeof(struct rds_header) && in rds_send_xmit()347 conn->c_xmit_hdr_off = 0; in rds_send_xmit()
96 unsigned int c_xmit_hdr_off; member