Home
last modified time | relevance | path

Searched defs:BPF_WORDALIGN (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dbpf.h61 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/f-stack/freebsd/net/
H A Dbpf.h62 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro