Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/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
/linux-4.4.14/include/linux/
Ddccp.h65 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb) in dccp_hdr() function