Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dbpf.h396 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()
4231 struct bpf_comp_hdr *hcp; in catchpacket()
4233 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4456 sizeof(struct bpf_comp_hdr)) - hdrlen; in bpf_attach()
4537 BPF_WORDALIGN(sizeof(struct bpf_comp_hdr))); in bpf_init()