dccp_hdr_response  131 include/linux/dccp.h 		return sizeof(struct dccp_hdr_response);
dccp_hdr_response  335 include/linux/dccp.h static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb)
dccp_hdr_response  337 include/linux/dccp.h 	return (struct dccp_hdr_response *)(skb_transport_header(skb) +
dccp_hdr_response  325 net/dccp/output.c 				     sizeof(struct dccp_hdr_response);
dccp_hdr_response  358 net/dccp/output.c 	dccp_hdr_response(skb)->dccph_resp_service = dreq->dreq_service;