dccp_hdr_response  124 include/linux/dccp.h static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb)
dccp_hdr_response  126 include/linux/dccp.h 	return (struct dccp_hdr_response *)(skb_transport_header(skb) +
dccp_hdr_response  132 include/uapi/linux/dccp.h 		return sizeof(struct dccp_hdr_response);
dccp_hdr_response  397 net/dccp/output.c 				     sizeof(struct dccp_hdr_response);
dccp_hdr_response  437 net/dccp/output.c 	dccp_hdr_response(skb)->dccph_resp_service = dreq->dreq_service;