Searched refs:dccp_hdr_len (Results 1 – 3 of 3) sorted by relevance
371 static inline unsigned int dccp_hdr_len(const struct sk_buff *skb) in dccp_hdr_len() function
57 unsigned char *options = (unsigned char *)dh + dccp_hdr_len(skb); in dccp_parse_options()
755 if (dh->dccph_doff < dccp_hdr_len(skb) / sizeof(u32)) { in dccp_invalid_packet()