Home
last modified time | relevance | path

Searched refs:dccp_hdr_len (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Ddccp.h142 static inline unsigned int dccp_hdr_len(const struct sk_buff *skb) in dccp_hdr_len() function
/openbmc/linux/net/dccp/
H A Doptions.c54 unsigned char *options = (unsigned char *)dh + dccp_hdr_len(skb); in dccp_parse_options()
H A Dipv4.c749 if (dccph_doff < dccp_hdr_len(skb) / sizeof(u32)) { in dccp_invalid_packet()