Lines Matching refs:dccp_hdr
32 * struct dccp_hdr - generic part of DCCP packet header, with a 24-bit
45 struct dccp_hdr {
191 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len)
202 const struct dccp_hdr *dh, u_int len)
209 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len)
225 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp;
238 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh)
240 return DCCPH_X(dh) ? sizeof(struct dccp_hdr_ext) : sizeof(struct dccp_hdr);
245 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp;
273 const struct dccp_hdr *dh;
284 dh = (const struct dccp_hdr *)bp;
300 if (len < sizeof(struct dccp_hdr)) {
302 len - (u_int)sizeof(struct dccp_hdr)));