Searched refs:BPF_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
121 #define BPF_ALIGNMENT sizeof(bpf_int32)123 #define BPF_ALIGNMENT sizeof(long)125 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
54 * even multiple of BPF_ALIGNMENT.57 #define BPF_ALIGNMENT sizeof(bpf_int32) macro 59 #define BPF_ALIGNMENT sizeof(long) macro 61 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
57 #define BPF_ALIGNMENT sizeof(long) macro58 #define BPF_WORDALIGN(x) (((x) + (BPF_ALIGNMENT - 1)) & ~(BPF_ALIGNMENT - 1))
2577 static char zeroes[BPF_ALIGNMENT]; in catchpacket()