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

/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h166 struct bpf_hdr { struct
175 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work.
187 #define SIZEOF_BPF_HDR sizeof (struct bpf_hdr)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h149 struct bpf_hdr { struct
158 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work.
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1566 struct bpf_hdr *hp;
1618 hp = (struct bpf_hdr *)((char *)d->bd_sbuf + curlen);

Completed in 66 milliseconds