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