Home
last modified time | relevance | path

Searched refs:dccp_hdr_response (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Ddccp.h124 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) in dccp_hdr_response() function
126 return (struct dccp_hdr_response *)(skb_transport_header(skb) + in dccp_hdr_response()
/Linux-v4.19/include/uapi/linux/
Ddccp.h84 struct dccp_hdr_response { struct
132 return sizeof(struct dccp_hdr_response); in dccp_packet_hdr_len()
/Linux-v4.19/net/dccp/
Doutput.c401 sizeof(struct dccp_hdr_response); in dccp_make_response()
441 dccp_hdr_response(skb)->dccph_resp_service = dreq->dreq_service; in dccp_make_response()