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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h57 * even multiple of BPF_ALIGNMENT.
60 #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.h60 * even multiple of BPF_ALIGNMENT.
62 #define BPF_ALIGNMENT sizeof (uint32_t) macro
63 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))

Completed in 213 milliseconds