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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dsend.c74 conn->c_xmit_hdr_off = 0;
168 conn->c_xmit_hdr_off == sizeof(struct rds_header) &&
172 conn->c_xmit_hdr_off = 0;
281 if (conn->c_xmit_hdr_off < sizeof(struct rds_header) ||
284 conn->c_xmit_hdr_off,
290 if (conn->c_xmit_hdr_off < sizeof(struct rds_header)) {
293 conn->c_xmit_hdr_off);
294 conn->c_xmit_hdr_off += tmp;
H A Drds.h90 unsigned int c_xmit_hdr_off; member in struct:rds_connection

Completed in 83 milliseconds