Lines Matching defs:dh
85 #define DCCPH_CCVAL(dh) (((dh)->dccph_ccval_cscov >> 4) & 0xF) argument
86 #define DCCPH_CSCOV(dh) (((dh)->dccph_ccval_cscov) & 0xF) argument
88 #define DCCPH_X(dh) ((dh)->dccph_xtr & 1) argument
89 #define DCCPH_TYPE(dh) (((dh)->dccph_xtr >> 1) & 0xF) argument
196 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len) in dccp_csum_coverage()
207 const struct dccp_hdr *dh, u_int len) in dccp_cksum()
214 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len) in dccp6_cksum()
230 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_seqno() local
243 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh) in dccp_basic_hdr_len()
250 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no() local
278 const struct dccp_hdr *dh; in dccp_print() local