Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/bpf/
H A Dsfbpf.h75 #define SFBPF_ALIGNMENT sizeof(sfbpf_int32) macro
76 #define SFBPF_WORDALIGN(x) (((x)+(SFBPF_ALIGNMENT-1))&~(SFBPF_ALIGNMENT-1))
H A Dsf-redefines.h84 #define BPF_ALIGNMENT SFBPF_ALIGNMENT