Searched defs:dccp_hdr_response (Results 1 – 4 of 4) sorted by relevance
55 struct dccp_hdr_response { struct56 struct dccp_hdr_ack_bits dccph_resp_ack;57 __be32 dccph_resp_service;
84 struct dccp_hdr_response { struct85 struct dccp_hdr_ack_bits dccph_resp_ack;86 __be32 dccph_resp_service;
49 struct dccp_hdr_response { struct50 struct dccp_hdr_ack_bits dccph_resp_ack;51 __be32 dccph_resp_service;
124 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) in dccp_hdr_response() function