Searched refs:SFBPF_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
75 #define SFBPF_ALIGNMENT sizeof(sfbpf_int32) macro76 #define SFBPF_WORDALIGN(x) (((x)+(SFBPF_ALIGNMENT-1))&~(SFBPF_ALIGNMENT-1))
84 #define BPF_ALIGNMENT SFBPF_ALIGNMENT