Lines Matching refs:bd_sbuf
1251 (d)->bd_hbuf = (d)->bd_sbuf; \
1254 (d)->bd_sbuf = (d)->bd_fbuf; \
1883 ASSERT(d_to->bd_sbuf != NULL); in bpf_setup()
1889 memcpy(d_to->bd_sbuf, d_from->bd_sbuf, d_from->bd_slen); in bpf_setup()
4107 ehp = (struct bpf_hdr_ext *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4191 hp = (struct bpf_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4233 hcp = (struct bpf_comp_hdr *)(void *)(d->bd_sbuf + curlen); in catchpacket()
4274 if (d->bd_sbuf != NULL) { in bpf_freebufs()
4275 kfree_data_addr(d->bd_sbuf); in bpf_freebufs()
4304 d->bd_sbuf = kalloc_data(d->bd_bufsize, Z_WAITOK | Z_ZERO); in bpf_allocbufs()
4305 if (d->bd_sbuf == NULL) { in bpf_allocbufs()