Searched refs:BPF_ALIGNMENT32 (Results 1 – 1 of 1) sorted by relevance
62 #define BPF_ALIGNMENT32 sizeof(int) macro65 #define BPF_WORDALIGN32(x) (((x)+(BPF_ALIGNMENT32-1))&~(BPF_ALIGNMENT32-1))