dccp_hdr_ext
return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0);
static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh)
return (struct dccp_hdr_ext *)((unsigned char *)dh + sizeof(*dh));