Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dbpf.h394 struct bpf_comp_hdr { struct
H A Dbpf.c1499 struct bpf_comp_hdr *hcp; in bpfread()
1501 hcp = (struct bpf_comp_hdr *)(void *)p; in bpfread()
4229 struct bpf_comp_hdr *hcp; in catchpacket()
4231 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4454 sizeof(struct bpf_comp_hdr)) - hdrlen; in bpf_attach()
4535 BPF_WORDALIGN(sizeof(struct bpf_comp_hdr))); in bpf_init()