Searched refs:BPF_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
135 #define BPF_ALIGNMENT sizeof(int32_t) macro136 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))