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