Searched refs:dccp_hdr_response (Results 1 – 3 of 3) sorted by relevance
86 struct dccp_hdr_response { struct133 return sizeof(struct dccp_hdr_response); in dccp_packet_hdr_len()298 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) in dccp_hdr_response() function300 return (struct dccp_hdr_response *)(skb->h.raw + dccp_basic_hdr_len(skb)); in dccp_hdr_response()
204 return sizeof(struct dccp_hdr_response); in dccp_packet_hdr_len()321 struct dccp_hdr_response *dhr = in dccp_print()322 (struct dccp_hdr_response *)(bp + dccp_basic_hdr_len(dh)); in dccp_print()
84 struct dccp_hdr_response { struct