Searched refs:hcp (Results 1 – 1 of 1) sorted by relevance
1525 struct bpf_comp_hdr *hcp; in bpfread() local1527 hcp = (struct bpf_comp_hdr *)(void *)p; in bpfread()1529 if (hcp->bh_complen != 0) { in bpfread()1530 p += BPF_WORDALIGN(hcp->bh_hdrlen + hcp->bh_caplen); in bpfread()4266 struct bpf_comp_hdr *hcp; in catchpacket() local4268 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()4269 hcp->bh_complen = common_prefix_size; in catchpacket()4271 hcp->bh_caplen -= common_prefix_size; in catchpacket()