Home
last modified time | relevance | path

Searched refs:dccp_hdr_ext (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Ddccp.h7 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx()
9 return (struct dccp_hdr_ext *)((unsigned char *)dh + sizeof(*dh)); in dccp_hdrx()
14 return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0); in __dccp_basic_hdr_len()
/include/uapi/linux/
A Ddccp.h55 struct dccp_hdr_ext { struct

Completed in 3 milliseconds