Searched refs:dccp_hdr_ext (Results 1 – 4 of 4) sorted by relevance
78 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx()80 return (struct dccp_hdr_ext *)((unsigned char *)dh + sizeof(*dh)); in dccp_hdrx()85 return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0); in __dccp_basic_hdr_len()
52 sizeof(struct dccp_hdr_ext) + in dccp_transmit_skb()170 sizeof(struct dccp_hdr) + sizeof(struct dccp_hdr_ext)); in dccp_sync_mss()405 sizeof(struct dccp_hdr_ext) + in dccp_make_response()467 sizeof(struct dccp_hdr_ext) + in dccp_ctl_make_reset()
387 struct dccp_hdr_ext *dhx = (struct dccp_hdr_ext *)((void *)dh + in dccp_hdr_set_seq()
55 struct dccp_hdr_ext { struct
Completed in 8 milliseconds