Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dbpf.h297 struct bpf_hdr_ext { struct
H A Dbpf.c1236 struct bpf_hdr_ext *ehp; in bpfread()
1241 ehp = (struct bpf_hdr_ext *)(void *)p; in bpfread()
3617 struct bpf_hdr_ext *ehp; in catchpacket()
3694 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4040 sizeof(struct bpf_hdr_ext)) - hdrlen; in bpf_attach()