Searched refs:__dccp_hdr_len (Results 1 – 2 of 2) sorted by relevance
45 unsigned int optoff = __dccp_hdr_len(dh); in dccp_find_option()46 unsigned int optlen = dh->dccph_doff*4 - __dccp_hdr_len(dh); in dccp_find_option()49 if (dh->dccph_doff * 4 < __dccp_hdr_len(dh)) in dccp_find_option()
135 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh) in __dccp_hdr_len() function143 return __dccp_hdr_len(dccp_hdr(skb)); in dccp_hdr_len()