h_dport           884 net/rds/ib_recv.c 	if (ihdr->h_sport == 0 && ihdr->h_dport == 0 && data_len == 0) {
h_dport           933 net/rds/ib_recv.c 		    hdr->h_dport != ihdr->h_dport) {
h_dport           192 net/rds/message.c 	hdr->h_dport = dport;
h_dport           212 net/rds/rds.h  	__be16	h_dport;
h_dport           305 net/rds/recv.c 		 be16_to_cpu(inc->i_hdr.h_dport),
h_dport           336 net/rds/recv.c 	if (rds_sysctl_ping_enable && inc->i_hdr.h_dport == 0) {
h_dport           346 net/rds/recv.c 				 be16_to_cpu(inc->i_hdr.h_dport))) {
h_dport           353 net/rds/recv.c 	if (be16_to_cpu(inc->i_hdr.h_dport) ==  RDS_FLAG_PROBE_PORT &&
h_dport           362 net/rds/recv.c 	rs = rds_find_bound(daddr, inc->i_hdr.h_dport, conn->c_bound_if);
h_dport           381 net/rds/recv.c 				      inc->i_hdr.h_dport);
h_dport           435 net/rds/recv.c 					      inc->i_hdr.h_dport);
h_dport           768 net/rds/recv.c 				      inc->i_hdr.h_dport);
h_dport           792 net/rds/recv.c 		minfo.lport = inc->i_hdr.h_dport;
h_dport           798 net/rds/recv.c 		minfo.fport = inc->i_hdr.h_dport;
h_dport           821 net/rds/recv.c 		minfo6.lport = inc->i_hdr.h_dport;
h_dport           827 net/rds/recv.c 		minfo6.fport = inc->i_hdr.h_dport;
h_dport           736 net/rds/send.c 		     dest->sin6_port != rm->m_inc.i_hdr.h_dport))