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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_recv.c565 u32 misplaced_hdr_bytes; local
588 misplaced_hdr_bytes = (sizeof(struct rds_header) - (RDS_FRAG_SIZE - data_len));
590 memmove(hdr_buff + misplaced_hdr_bytes, hdr_buff, misplaced_hdr_bytes);
594 sizeof(struct rds_header) - misplaced_hdr_bytes);

Completed in 28 milliseconds