i_hdr             425 net/rds/cong.c 		rm->m_inc.i_hdr.h_flags = RDS_FLAG_CONG_BITMAP;
i_hdr             544 net/rds/ib_recv.c 	len = be32_to_cpu(inc->i_hdr.h_len);
i_hdr             790 net/rds/ib_recv.c 	if (be32_to_cpu(ibinc->ii_inc.i_hdr.h_len) != RDS_CONG_MAP_BYTES)
i_hdr             916 net/rds/ib_recv.c 		hdr = &ibinc->ii_inc.i_hdr;
i_hdr             927 net/rds/ib_recv.c 		hdr = &ibinc->ii_inc.i_hdr;
i_hdr             949 net/rds/ib_recv.c 		if (ibinc->ii_inc.i_hdr.h_flags == RDS_FLAG_CONG_BITMAP) {
i_hdr             510 net/rds/ib_send.c 	    && rm->m_inc.i_hdr.h_flags & RDS_FLAG_CONG_BITMAP) {
i_hdr             518 net/rds/ib_send.c 	if (be32_to_cpu(rm->m_inc.i_hdr.h_len) == 0)
i_hdr             521 net/rds/ib_send.c 		i = DIV_ROUND_UP(be32_to_cpu(rm->m_inc.i_hdr.h_len), RDS_FRAG_SIZE);
i_hdr             572 net/rds/ib_send.c 			rm->m_inc.i_hdr.h_flags |= RDS_FLAG_ACK_REQUIRED;
i_hdr             574 net/rds/ib_send.c 			rm->m_inc.i_hdr.h_flags |= RDS_FLAG_RETRANSMITTED;
i_hdr             582 net/rds/ib_send.c 			rds_message_add_extension(&rm->m_inc.i_hdr,
i_hdr             586 net/rds/ib_send.c 			rds_message_add_rdma_dest_extension(&rm->m_inc.i_hdr,
i_hdr             595 net/rds/ib_send.c 		rm->m_inc.i_hdr.h_ack = cpu_to_be64(rds_ib_piggyb_ack(ic));
i_hdr             596 net/rds/ib_send.c 		rds_message_make_checksum(&rm->m_inc.i_hdr);
i_hdr             638 net/rds/ib_send.c 		memcpy(&ic->i_send_hdrs[pos], &rm->m_inc.i_hdr, sizeof(struct rds_header));
i_hdr              81 net/rds/loop.c 			be32_to_cpu(rm->m_inc.i_hdr.h_len);
i_hdr              84 net/rds/loop.c 	if (rm->m_inc.i_hdr.h_flags & RDS_FLAG_CONG_BITMAP) {
i_hdr              99 net/rds/loop.c 	rds_send_drop_acked(conn, be64_to_cpu(rm->m_inc.i_hdr.h_sequence),
i_hdr             346 net/rds/message.c 	rm->m_inc.i_hdr.h_len = cpu_to_be32(total_len);
i_hdr             371 net/rds/message.c 	rm->m_inc.i_hdr.h_len = cpu_to_be32(iov_iter_count(from));
i_hdr             429 net/rds/message.c 	rm->m_inc.i_hdr.h_len = cpu_to_be32(iov_iter_count(from));
i_hdr             477 net/rds/message.c 	len = be32_to_cpu(rm->m_inc.i_hdr.h_len);
i_hdr             285 net/rds/rds.h  	struct rds_header	i_hdr;
i_hdr             167 net/rds/recv.c 	struct rds_header *hdr = &inc->i_hdr;
i_hdr             302 net/rds/recv.c 		 (unsigned long long)be64_to_cpu(inc->i_hdr.h_sequence),
i_hdr             303 net/rds/recv.c 		 be32_to_cpu(inc->i_hdr.h_len),
i_hdr             304 net/rds/recv.c 		 be16_to_cpu(inc->i_hdr.h_sport),
i_hdr             305 net/rds/recv.c 		 be16_to_cpu(inc->i_hdr.h_dport),
i_hdr             306 net/rds/recv.c 		 inc->i_hdr.h_flags,
i_hdr             329 net/rds/recv.c 	if (be64_to_cpu(inc->i_hdr.h_sequence) < cp->cp_next_rx_seq &&
i_hdr             330 net/rds/recv.c 	    (inc->i_hdr.h_flags & RDS_FLAG_RETRANSMITTED)) {
i_hdr             334 net/rds/recv.c 	cp->cp_next_rx_seq = be64_to_cpu(inc->i_hdr.h_sequence) + 1;
i_hdr             336 net/rds/recv.c 	if (rds_sysctl_ping_enable && inc->i_hdr.h_dport == 0) {
i_hdr             337 net/rds/recv.c 		if (inc->i_hdr.h_sport == 0) {
i_hdr             343 net/rds/recv.c 		rds_send_pong(cp, inc->i_hdr.h_sport);
i_hdr             345 net/rds/recv.c 		if (RDS_HS_PROBE(be16_to_cpu(inc->i_hdr.h_sport),
i_hdr             346 net/rds/recv.c 				 be16_to_cpu(inc->i_hdr.h_dport))) {
i_hdr             347 net/rds/recv.c 			rds_recv_hs_exthdrs(&inc->i_hdr, cp->cp_conn);
i_hdr             353 net/rds/recv.c 	if (be16_to_cpu(inc->i_hdr.h_dport) ==  RDS_FLAG_PROBE_PORT &&
i_hdr             354 net/rds/recv.c 	    inc->i_hdr.h_sport == 0) {
i_hdr             355 net/rds/recv.c 		rds_recv_hs_exthdrs(&inc->i_hdr, cp->cp_conn);
i_hdr             362 net/rds/recv.c 	rs = rds_find_bound(daddr, inc->i_hdr.h_dport, conn->c_bound_if);
i_hdr             380 net/rds/recv.c 				      be32_to_cpu(inc->i_hdr.h_len),
i_hdr             381 net/rds/recv.c 				      inc->i_hdr.h_dport);
i_hdr             434 net/rds/recv.c 					      -be32_to_cpu(inc->i_hdr.h_len),
i_hdr             435 net/rds/recv.c 					      inc->i_hdr.h_dport);
i_hdr             690 net/rds/recv.c 			 ntohs(inc->i_hdr.h_sport));
i_hdr             708 net/rds/recv.c 		if (ret < be32_to_cpu(inc->i_hdr.h_len)) {
i_hdr             710 net/rds/recv.c 				ret = be32_to_cpu(inc->i_hdr.h_len);
i_hdr             727 net/rds/recv.c 				sin->sin_port = inc->i_hdr.h_sport;
i_hdr             736 net/rds/recv.c 				sin6->sin6_port = inc->i_hdr.h_sport;
i_hdr             767 net/rds/recv.c 				      -be32_to_cpu(inc->i_hdr.h_len),
i_hdr             768 net/rds/recv.c 				      inc->i_hdr.h_dport);
i_hdr             785 net/rds/recv.c 	minfo.seq = be64_to_cpu(inc->i_hdr.h_sequence);
i_hdr             786 net/rds/recv.c 	minfo.len = be32_to_cpu(inc->i_hdr.h_len);
i_hdr             792 net/rds/recv.c 		minfo.lport = inc->i_hdr.h_dport;
i_hdr             793 net/rds/recv.c 		minfo.fport = inc->i_hdr.h_sport;
i_hdr             797 net/rds/recv.c 		minfo.lport = inc->i_hdr.h_sport;
i_hdr             798 net/rds/recv.c 		minfo.fport = inc->i_hdr.h_dport;
i_hdr             814 net/rds/recv.c 	minfo6.seq = be64_to_cpu(inc->i_hdr.h_sequence);
i_hdr             815 net/rds/recv.c 	minfo6.len = be32_to_cpu(inc->i_hdr.h_len);
i_hdr             821 net/rds/recv.c 		minfo6.lport = inc->i_hdr.h_dport;
i_hdr             822 net/rds/recv.c 		minfo6.fport = inc->i_hdr.h_sport;
i_hdr             826 net/rds/recv.c 		minfo6.lport = inc->i_hdr.h_sport;
i_hdr             827 net/rds/recv.c 		minfo6.fport = inc->i_hdr.h_dport;
i_hdr             291 net/rds/send.c 			len = ntohl(rm->m_inc.i_hdr.h_len);
i_hdr             475 net/rds/send.c 	u32 len = be32_to_cpu(rm->m_inc.i_hdr.h_len);
i_hdr             491 net/rds/send.c 	return be64_to_cpu(rm->m_inc.i_hdr.h_sequence) <= ack;
i_hdr             736 net/rds/send.c 		     dest->sin6_port != rm->m_inc.i_hdr.h_dport))
i_hdr             829 net/rds/send.c 	len = be32_to_cpu(rm->m_inc.i_hdr.h_len);
i_hdr             862 net/rds/send.c 		rds_message_populate_header(&rm->m_inc.i_hdr, sport, dport, 0);
i_hdr             868 net/rds/send.c 		rm->m_inc.i_hdr.h_sequence = cpu_to_be64(cp->cp_next_tx_seq++);
i_hdr             875 net/rds/send.c 			 (unsigned long long)be64_to_cpu(rm->m_inc.i_hdr.h_sequence));
i_hdr            1455 net/rds/send.c 	rds_message_populate_header(&rm->m_inc.i_hdr, sport, dport,
i_hdr            1457 net/rds/send.c 	rm->m_inc.i_hdr.h_flags |= h_flags;
i_hdr            1465 net/rds/send.c 		rds_message_add_extension(&rm->m_inc.i_hdr,
i_hdr            1468 net/rds/send.c 		rds_message_add_extension(&rm->m_inc.i_hdr,
i_hdr             116 net/rds/tcp_recv.c 	if (be32_to_cpu(tinc->ti_inc.i_hdr.h_len) != RDS_CONG_MAP_BYTES)
i_hdr             198 net/rds/tcp_recv.c 				      (char *)&tinc->ti_inc.i_hdr +
i_hdr             209 net/rds/tcp_recv.c 					be32_to_cpu(tinc->ti_inc.i_hdr.h_len);
i_hdr             239 net/rds/tcp_recv.c 			if (tinc->ti_inc.i_hdr.h_flags == RDS_FLAG_CONG_BITMAP)
i_hdr              92 net/rds/tcp_send.c 				be32_to_cpu(rm->m_inc.i_hdr.h_len) - 1;
i_hdr              98 net/rds/tcp_send.c 			rm->m_inc.i_hdr.h_flags |= RDS_FLAG_RETRANSMITTED;
i_hdr             110 net/rds/tcp_send.c 				      (void *)&rm->m_inc.i_hdr + hdr_off,
i_hdr             111 net/rds/tcp_send.c 				      sizeof(rm->m_inc.i_hdr) - hdr_off);