Searched refs:bpf_comp_hdr (Results 1 – 2 of 2) sorted by relevance
251 struct bpf_comp_hdr { struct
1525 struct bpf_comp_hdr *hcp; in bpfread()1527 hcp = (struct bpf_comp_hdr *)(void *)p; in bpfread()4266 struct bpf_comp_hdr *hcp; in catchpacket()4268 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()4491 sizeof(struct bpf_comp_hdr)) - hdrlen; in bpf_attach()4571 static_assert(BPF_WORDALIGN(sizeof(struct bpf_hdr)) == BPF_WORDALIGN(sizeof(struct bpf_comp_hdr))); in bpf_init()