Searched refs:BPF_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
60 #define BPF_ALIGNMENT sizeof(bpf_int32) macro62 #define BPF_ALIGNMENT sizeof(long) macro64 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
62 #define BPF_ALIGNMENT sizeof (uint32_t) macro63 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))