Searched refs:dccp_hdr_ext (Results 1 – 3 of 3) sorted by relevance
51 struct dccp_hdr_ext { struct92 const int ext = DCCPH_X(hdrg) ? sizeof(struct dccp_hdr_ext) : 0;
101 const struct dccp_hdr_ext *dhx = (void *)(dh + 1); in dccp_seqno()112 return sizeof(*dh) + (DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : 0); in dccp_basic_hdr_len()
54 struct dccp_hdr_ext { struct