Searched refs:BPF_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
106 #define BPF_ALIGNMENT sizeof(bpf_int32) macro108 #define BPF_ALIGNMENT sizeof(long) macro110 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
27 BPF_ALIGNMENT = 8 # sizeof(long) variable29 BPF_ALIGNMENT = 4 # sizeof(int32_t) variable225 return ((bh_h + bh_c)+(BPF_ALIGNMENT-1)) & ~(BPF_ALIGNMENT-1)
1271 pub const BPF_ALIGNMENT: usize = SIZEOF_LONG; constant
3212 pub const BPF_ALIGNMENT: ::c_int = 4; constant