Searched refs:BPF_WORDALIGN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h56 * Alignment macros. BPF_WORDALIGN rounds up to the next
64 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h59 * Alignment macros. BPF_WORDALIGN rounds up to the next
63 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c319 d->bd_hdrlen = BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen;
1586 curlen = BPF_WORDALIGN(d->bd_slen);

Completed in 662 milliseconds