Searched refs:dccp_hdr_ack_bits (Results 1 - 2 of 2) sorted by relevance

/include/uapi/linux/
H A Ddccp.h67 * struct dccp_hdr_ack_bits - acknowledgment bits common to most packets
72 struct dccp_hdr_ack_bits { struct
84 struct dccp_hdr_ack_bits dccph_resp_ack;
96 struct dccp_hdr_ack_bits dccph_reset_ack;
127 return sizeof(struct dccp_hdr_ack_bits);
/include/linux/
H A Ddccp.h109 static inline struct dccp_hdr_ack_bits *dccp_hdr_ack_bits(const struct sk_buff *skb) function
111 return (struct dccp_hdr_ack_bits *)(skb_transport_header(skb) +
117 const struct dccp_hdr_ack_bits *dhack = dccp_hdr_ack_bits(skb);

Completed in 6 milliseconds