Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dbpf_private.h162 struct bpf_hdr_ext { struct
H A Dbpf.c1450 struct bpf_hdr_ext *ehp; in bpfread()
1455 ehp = (struct bpf_hdr_ext *)(void *)p; in bpfread()
4031 struct bpf_hdr_ext *ehp; in catchpacket()
4110 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4465 sizeof(struct bpf_hdr_ext)) - hdrlen; in bpf_attach()