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

/include/uapi/linux/
H A Ddccp.h78 * struct dccp_hdr_response - Connection initiation response header
83 struct dccp_hdr_response { struct
131 return sizeof(struct dccp_hdr_response);
/include/linux/
H A Ddccp.h121 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) function
123 return (struct dccp_hdr_response *)(skb_transport_header(skb) +

Completed in 70 milliseconds