Lines Matching refs:bd_sbuf
1277 (d)->bd_hbuf = (d)->bd_sbuf; \
1280 (d)->bd_sbuf = (d)->bd_fbuf; \
1909 ASSERT(d_to->bd_sbuf != NULL); in bpf_setup()
1915 memcpy(d_to->bd_sbuf, d_from->bd_sbuf, d_from->bd_slen); in bpf_setup()
4134 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4226 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4268 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4309 if (d->bd_sbuf != NULL) { in bpf_freebufs()
4310 kfree_data_addr(d->bd_sbuf); in bpf_freebufs()
4339 d->bd_sbuf = kalloc_data(d->bd_bufsize, Z_WAITOK | Z_ZERO); in bpf_allocbufs()
4340 if (d->bd_sbuf == NULL) { in bpf_allocbufs()