Home
last modified time | relevance | path

Searched refs:c_xmit_hdr_off (Results 1 – 2 of 2) sorted by relevance

/net/rds/
Dsend.c81 conn->c_xmit_hdr_off = 0; in rds_send_reset()
308 conn->c_xmit_hdr_off, in rds_send_xmit()
314 if (conn->c_xmit_hdr_off < sizeof(struct rds_header)) { in rds_send_xmit()
317 conn->c_xmit_hdr_off); in rds_send_xmit()
318 conn->c_xmit_hdr_off += tmp; in rds_send_xmit()
337 if (conn->c_xmit_hdr_off == sizeof(struct rds_header) && in rds_send_xmit()
350 conn->c_xmit_hdr_off = 0; in rds_send_xmit()
Drds.h96 unsigned int c_xmit_hdr_off; member