Home
last modified time | relevance | path

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

/include/linux/
Ddccp.h66 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb) in dccp_hdr() function
68 return (struct dccp_hdr *)skb_transport_header(skb); in dccp_hdr()
71 static inline struct dccp_hdr *dccp_zeroed_hdr(struct sk_buff *skb, int headlen) in dccp_zeroed_hdr()
78 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh) in dccp_hdrx()
83 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh) in __dccp_basic_hdr_len()
90 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_basic_hdr_len()
94 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh) in dccp_hdr_seq()
136 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh) in __dccp_hdr_len()
144 return __dccp_hdr_len(dccp_hdr(skb)); in dccp_hdr_len()
/include/uapi/linux/
Ddccp.h21 struct dccp_hdr { struct