Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddccp.h78 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()
/openbmc/linux/net/dccp/
H A Doutput.c52 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()
H A Ddccp.h387 struct dccp_hdr_ext *dhx = (struct dccp_hdr_ext *)((void *)dh + in dccp_hdr_set_seq()
/openbmc/linux/include/uapi/linux/
H A Ddccp.h55 struct dccp_hdr_ext { struct
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_dccp.c493 struct dccp_hdr_ext ext; /* optional depending dh->dccph_x */