Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf.c140 #define BPF_ALIGNMENT32 sizeof(int32_t) macro
141 #define BPF_WORDALIGN32(x) roundup2(x, BPF_ALIGNMENT32)