dccph_sport        22 include/uapi/linux/dccp.h 	__be16	dccph_sport,
dccph_sport       248 net/dccp/ipv4.c 	BUILD_BUG_ON(offsetofend(struct dccp_hdr, dccph_sport) > 8);
dccph_sport       254 net/dccp/ipv4.c 				       iph->saddr, ntohs(dh->dccph_sport),
dccph_sport       384 net/dccp/ipv4.c 					   dccp_hdr(skb)->dccph_sport);
dccph_sport       464 net/dccp/ipv4.c 		.fl4_dport = dccp_hdr(skb)->dccph_sport,
dccph_sport       797 net/dccp/ipv4.c 		      &iph->saddr, ntohs(dh->dccph_sport),
dccph_sport       812 net/dccp/ipv4.c 			       dh->dccph_sport, dh->dccph_dport, 0, &refcounted);
dccph_sport        63 net/dccp/ipv6.c 					     dccp_hdr(skb)->dccph_sport     );
dccph_sport        83 net/dccp/ipv6.c 	BUILD_BUG_ON(offsetofend(struct dccp_hdr, dccph_sport) > 8);
dccph_sport        89 net/dccp/ipv6.c 					&hdr->saddr, ntohs(dh->dccph_sport),
dccph_sport       281 net/dccp/ipv6.c 	fl6.fl6_sport = dccp_hdr(skb)->dccph_sport;
dccph_sport       713 net/dccp/ipv6.c 			        dh->dccph_sport, dh->dccph_dport,
dccph_sport       259 net/dccp/minisocks.c 	inet_rsk(req)->ir_rmt_port = dccp_hdr(skb)->dccph_sport;
dccph_sport       102 net/dccp/output.c 		dh->dccph_sport	= inet->inet_sport;
dccph_sport       429 net/dccp/output.c 	dh->dccph_sport	= htons(inet_rsk(req)->ir_num);
dccph_sport       472 net/dccp/output.c 	dh->dccph_sport	= rxdh->dccph_dport;
dccph_sport       473 net/dccp/output.c 	dh->dccph_dport	= rxdh->dccph_sport;
dccph_sport       203 net/netfilter/nf_nat_proto.c 		portptr = &hdr->dccph_sport;
dccph_sport       111 net/netfilter/xt_dccp.c 	return  DCCHECK(ntohs(dh->dccph_sport) >= info->spts[0]
dccph_sport       112 net/netfilter/xt_dccp.c 			&& ntohs(dh->dccph_sport) <= info->spts[1],
dccph_sport        82 security/lsm_audit.c 		ad->u.net->sport = dh->dccph_sport;
dccph_sport       162 security/lsm_audit.c 		ad->u.net->sport = dh->dccph_sport;
dccph_sport      4241 security/selinux/hooks.c 		ad->u.net->sport = dh->dccph_sport;
dccph_sport      4331 security/selinux/hooks.c 		ad->u.net->sport = dh->dccph_sport;
dccph_sport      3819 security/smack/smack_lsm.c 			sip->sin6_port = dh->dccph_sport;