Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h60 #define BPF_ALIGNMENT sizeof(bpf_int32) macro
62 #define BPF_ALIGNMENT sizeof(long) macro
64 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h62 #define BPF_ALIGNMENT sizeof (uint32_t) macro
63 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))