Lines Matching refs:BPF_WORDALIGN
91 * Alignment macros. BPF_WORDALIGN rounds up to the next101 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))