Searched defs:BPF_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
27 BPF_ALIGNMENT = 8 # sizeof(long) variable29 BPF_ALIGNMENT = 4 # sizeof(int32_t) variable
106 #define BPF_ALIGNMENT sizeof(bpf_int32) macro108 #define BPF_ALIGNMENT sizeof(long) macro
1271 pub const BPF_ALIGNMENT: usize = SIZEOF_LONG; constant
3212 pub const BPF_ALIGNMENT: ::c_int = 4; constant