Searched defs:dccp_hdr_response (Results 1 – 2 of 2) sorted by relevance
83 struct dccp_hdr_response { struct84 struct dccp_hdr_ack_bits dccph_resp_ack;85 __be32 dccph_resp_service;
123 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) in dccp_hdr_response() function