Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/ !
H A Dbpf.c1485 struct bpf_comp_hdr *hcp; in bpfread()
1487 hcp = (struct bpf_comp_hdr *)(void *)p; in bpfread()
4138 struct bpf_comp_hdr *hcp; in catchpacket()
4140 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4363 sizeof(struct bpf_comp_hdr)) - hdrlen; in bpf_attach()
4444 BPF_WORDALIGN(sizeof(struct bpf_comp_hdr))); in bpf_init()
H A Dbpf.h388 struct bpf_comp_hdr { struct