Searched refs:hcp (Results 1 – 1 of 1) sorted by relevance
1273 struct bpf_comp_hdr *hcp; in bpfread() local1275 hcp = (struct bpf_comp_hdr *)(void *)p; in bpfread()1277 if (hcp->bh_complen != 0) { in bpfread()1278 p += BPF_WORDALIGN(hcp->bh_hdrlen + hcp->bh_caplen); in bpfread()3803 struct bpf_comp_hdr *hcp; in catchpacket() local3805 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()3806 hcp->bh_complen = common_prefix_size; in catchpacket()3808 hcp->bh_caplen -= common_prefix_size; in catchpacket()