Home
last modified time | relevance | path

Searched refs:BPF_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dbpf.h135 #define BPF_ALIGNMENT sizeof(int32_t) macro
136 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))