Searched refs:dccp_hdr (Results 1 – 3 of 3) sorted by relevance
20 struct dccp_hdr { struct248 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb) in dccp_hdr() function250 return (struct dccp_hdr *)skb->h.raw; in dccp_hdr()255 return (struct dccp_hdr_ext *)(skb->h.raw + sizeof(struct dccp_hdr)); in dccp_hdrx()258 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh) in __dccp_basic_hdr_len()265 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_basic_hdr_len()271 const struct dccp_hdr *dh = dccp_hdr(skb); in dccp_hdr_seq()308 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh) in __dccp_hdr_len()316 return __dccp_hdr_len(dccp_hdr(skb)); in dccp_hdr_len()
64 const struct dccp_hdr *dh, u_int len) in dccp_cksum()93 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len) in dccp6_cksum()143 static u_int64_t dccp_seqno(const struct dccp_hdr *dh) in dccp_seqno()158 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh) in dccp_basic_hdr_len()165 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no()218 const struct dccp_hdr *dh; in dccp_print()228 dh = (const struct dccp_hdr *)bp; in dccp_print()243 if (len < sizeof(struct dccp_hdr)) { in dccp_print()245 (long)len - sizeof(struct dccp_hdr)); in dccp_print()
27 struct dccp_hdr { struct90 static inline struct dccp_hdr_data *dccp_hdr_data(struct dccp_hdr *hdrg)