Searched refs:c_xmit_hdr_off (Results 1 – 2 of 2) sorted by relevance
105 conn->c_xmit_hdr_off = 0; in rdsv3_send_reset()215 conn->c_xmit_hdr_off == sizeof (struct rdsv3_header) && in rdsv3_send_xmit()219 conn->c_xmit_hdr_off = 0; in rdsv3_send_xmit()335 if (conn->c_xmit_hdr_off < sizeof (struct rdsv3_header) || in rdsv3_send_xmit()338 conn->c_xmit_hdr_off, in rdsv3_send_xmit()344 if (conn->c_xmit_hdr_off < in rdsv3_send_xmit()348 conn->c_xmit_hdr_off); in rdsv3_send_xmit()349 conn->c_xmit_hdr_off += tmp; in rdsv3_send_xmit()
130 unsigned int c_xmit_hdr_off; member