Searched refs:c_xmit_hdr_off (Results 1 – 2 of 2) sorted by relevance
82 conn->c_xmit_hdr_off = 0; in rds_send_reset()341 conn->c_xmit_hdr_off, in rds_send_xmit()347 if (conn->c_xmit_hdr_off < sizeof(struct rds_header)) { in rds_send_xmit()350 conn->c_xmit_hdr_off); in rds_send_xmit()351 conn->c_xmit_hdr_off += tmp; in rds_send_xmit()370 if (conn->c_xmit_hdr_off == sizeof(struct rds_header) && in rds_send_xmit()383 conn->c_xmit_hdr_off = 0; in rds_send_xmit()
100 unsigned int c_xmit_hdr_off; member