Home
last modified time | relevance | path

Searched defs:dccp_hdr (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/
Ddccp.h20 struct dccp_hdr { struct
21 __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 argument
295 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb) in dccp_hdr() function