Searched defs:BPF_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance
27 BPF_ALIGNMENT = 8 # sizeof(long) variable29 BPF_ALIGNMENT = 4 # sizeof(int32_t) variable
107 #define BPF_ALIGNMENT sizeof(bpf_int32) macro109 #define BPF_ALIGNMENT sizeof(long) macro
1340 pub const BPF_ALIGNMENT: usize = SIZEOF_LONG; constant
2179 pub const BPF_ALIGNMENT: usize = ::mem::size_of::<::c_long>(); constant
4523 pub const BPF_ALIGNMENT: ::c_int = 4; constant