Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Ddccp.h20 struct dccp_hdr { struct
248 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb) in dccp_hdr() function
250 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()
/external/tcpdump/
Dprint-dccp.c64 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()
Ddccp.h27 struct dccp_hdr { struct
90 static inline struct dccp_hdr_data *dccp_hdr_data(struct dccp_hdr *hdrg)