h_sport           884 net/rds/ib_recv.c 	if (ihdr->h_sport == 0 && ihdr->h_dport == 0 && data_len == 0) {
h_sport           932 net/rds/ib_recv.c 		    hdr->h_sport != ihdr->h_sport ||
h_sport           191 net/rds/message.c 	hdr->h_sport = sport;
h_sport           211 net/rds/rds.h  	__be16	h_sport;
h_sport           304 net/rds/recv.c 		 be16_to_cpu(inc->i_hdr.h_sport),
h_sport           337 net/rds/recv.c 		if (inc->i_hdr.h_sport == 0) {
h_sport           343 net/rds/recv.c 		rds_send_pong(cp, inc->i_hdr.h_sport);
h_sport           345 net/rds/recv.c 		if (RDS_HS_PROBE(be16_to_cpu(inc->i_hdr.h_sport),
h_sport           354 net/rds/recv.c 	    inc->i_hdr.h_sport == 0) {
h_sport           690 net/rds/recv.c 			 ntohs(inc->i_hdr.h_sport));
h_sport           727 net/rds/recv.c 				sin->sin_port = inc->i_hdr.h_sport;
h_sport           736 net/rds/recv.c 				sin6->sin6_port = inc->i_hdr.h_sport;
h_sport           793 net/rds/recv.c 		minfo.fport = inc->i_hdr.h_sport;
h_sport           797 net/rds/recv.c 		minfo.lport = inc->i_hdr.h_sport;
h_sport           822 net/rds/recv.c 		minfo6.fport = inc->i_hdr.h_sport;
h_sport           826 net/rds/recv.c 		minfo6.lport = inc->i_hdr.h_sport;