Home
last modified time | relevance | path

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

/linux-4.1.27/net/rds/
Dsend.c81 conn->c_xmit_hdr_off = 0; in rds_send_reset()
332 conn->c_xmit_hdr_off, in rds_send_xmit()
338 if (conn->c_xmit_hdr_off < sizeof(struct rds_header)) { in rds_send_xmit()
341 conn->c_xmit_hdr_off); in rds_send_xmit()
342 conn->c_xmit_hdr_off += tmp; in rds_send_xmit()
361 if (conn->c_xmit_hdr_off == sizeof(struct rds_header) && in rds_send_xmit()
374 conn->c_xmit_hdr_off = 0; in rds_send_xmit()
Drds.h96 unsigned int c_xmit_hdr_off; member