Searched refs:BPF_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
119 #define BPF_ALIGNMENT sizeof(bpf_int32)121 #define BPF_ALIGNMENT sizeof(long)123 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
57 #define BPF_ALIGNMENT sizeof(bpf_int32) macro59 #define BPF_ALIGNMENT sizeof(long) macro61 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
58 #define BPF_ALIGNMENT sizeof(long) macro59 #define BPF_WORDALIGN(x) (((x) + (BPF_ALIGNMENT - 1)) & ~(BPF_ALIGNMENT - 1))
2436 static char zeroes[BPF_ALIGNMENT]; in catchpacket()