Searched refs:__dccp_hdr_len (Results 1 – 3 of 3) sorted by relevance
42 unsigned int optoff = __dccp_hdr_len(dh); in dccp_find_option() 43 unsigned int optlen = dh->dccph_doff*4 - __dccp_hdr_len(dh); in dccp_find_option() 46 if (dh->dccph_doff * 4 < __dccp_hdr_len(dh)) in dccp_find_option()
431 optoff = __dccp_hdr_len(dh); in nft_exthdr_dccp_eval()
29 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *dh) in __dccp_hdr_len() function