Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h63 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h64 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro