Searched refs:dccp_hdr_ext (Results 1 – 4 of 4) sorted by relevance
77 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx()79 return (struct dccp_hdr_ext *)((unsigned char *)dh + sizeof(*dh)); in dccp_hdrx()84 return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0); in __dccp_basic_hdr_len()
55 sizeof(struct dccp_hdr_ext) + in dccp_transmit_skb()171 sizeof(struct dccp_hdr) + sizeof(struct dccp_hdr_ext)); in dccp_sync_mss()399 sizeof(struct dccp_hdr_ext) + in dccp_make_response()456 sizeof(struct dccp_hdr_ext) + in dccp_ctl_make_reset()
403 struct dccp_hdr_ext *dhx = (struct dccp_hdr_ext *)((void *)dh + in dccp_hdr_set_seq()
54 struct dccp_hdr_ext { struct