Searched refs:dccp_hdr (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Ddccp.h63 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb) function
65 return (struct dccp_hdr *)skb_transport_header(skb);
68 static inline struct dccp_hdr *dccp_zeroed_hdr(struct sk_buff *skb, int headlen)
75 static inline struct dccp_hdr_ext *dccp_hdrx(const struct dccp_hdr *dh)
80 static inline unsigned int __dccp_basic_hdr_len(const struct dccp_hdr *dh)
87 const struct dccp_hdr *dh = dccp_hdr(skb);
91 static inline __u64 dccp_hdr_seq(const struct dccp_hdr *dh)
133 static inline unsigned int __dccp_hdr_len(const struct dccp_hdr *d
[all...]
/include/uapi/linux/
H A Ddccp.h8 * struct dccp_hdr - generic part of DCCP packet header
20 struct dccp_hdr { struct

Completed in 73 milliseconds