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

/linux-master/include/uapi/linux/
H A Ddccp.h79 * struct dccp_hdr_response - Connection initiation response header
84 struct dccp_hdr_response { struct
132 return sizeof(struct dccp_hdr_response);
/linux-master/include/linux/
H A Ddccp.h124 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) function
126 return (struct dccp_hdr_response *)(skb_transport_header(skb) +
/linux-master/net/dccp/
H A Doutput.c406 sizeof(struct dccp_hdr_response);
446 dccp_hdr_response(skb)->dccph_resp_service = dreq->dreq_service;
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_dccp.c497 struct dccp_hdr_response response;

Completed in 141 milliseconds