Go to the documentation of this file.
14 #include <linux/dccp.h>
15 #include <linux/compiler.h>
16 #include <linux/list.h>
17 #include <linux/types.h>
26 #define DCCPAV_NUM_ACKVECS 2
27 #define DCCPAV_MAX_ACKVEC_LEN (DCCP_SINGLE_OPT_MAXLEN * DCCPAV_NUM_ACKVECS)
30 #define DCCPAV_MIN_OPTLEN 16
33 #define DCCPAV_BURST_THRESH (DCCPAV_MAX_ACKVEC_LEN / 8)
41 #define DCCPAV_MAX_RUNLEN 0x3F
43 static inline u8 dccp_ackvec_runlen(
const u8 *cell)
48 static inline u8 dccp_ackvec_state(
const u8 *cell)
115 static inline bool dccp_ackvec_is_empty(
const struct dccp_ackvec *
av)