Searched defs:dccp_hdr_response (Results 1 – 2 of 2) sorted by relevance
84 struct dccp_hdr_response { struct85 struct dccp_hdr_ack_bits dccph_resp_ack;86 u_int32_t dccph_resp_service;
86 struct dccp_hdr_response { struct87 struct dccp_hdr_ack_bits dccph_resp_ack;88 __be32 dccph_resp_service;298 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) in dccp_hdr_response() function