dccp_hdr_ext      289 include/linux/dccp.h static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh)
dccp_hdr_ext      291 include/linux/dccp.h 	return (struct dccp_hdr_ext *)((unsigned char *)dh + sizeof(*dh));
dccp_hdr_ext      296 include/linux/dccp.h 	return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0);
dccp_hdr_ext      396 net/dccp/dccp.h 	struct dccp_hdr_ext *dhx = (struct dccp_hdr_ext *)((void *)dh +
dccp_hdr_ext       52 net/dccp/output.c 					     sizeof(struct dccp_hdr_ext) +
dccp_hdr_ext      168 net/dccp/output.c 		    sizeof(struct dccp_hdr) + sizeof(struct dccp_hdr_ext));
dccp_hdr_ext      324 net/dccp/output.c 				     sizeof(struct dccp_hdr_ext) +
dccp_hdr_ext      376 net/dccp/output.c 				       sizeof(struct dccp_hdr_ext) +