Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dbpf.h280 struct bpf_hdr_ext { struct
H A Dbpf.c1205 struct bpf_hdr_ext *ehp; in bpfread()
1210 ehp = (struct bpf_hdr_ext *)(void *)p; in bpfread()
3390 struct bpf_hdr_ext *ehp; in catchpacket()
3466 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket()
3726 sizeof(struct bpf_hdr_ext)) - hdrlen; in bpf_attach()