Searched defs:dccp_hdr (Results 1 – 1 of 1) sorted by relevance
20 struct dccp_hdr { struct21 __be16 dccph_sport,22 dccph_dport;23 __u8 dccph_doff;25 __u8 dccph_cscov:4,26 dccph_ccval:4;50 * struct dccp_hdr_ext - the low bits of a 48 bit seq packet argument295 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb) in dccp_hdr() function