Searched refs:bd_sbuf (Results 1 – 2 of 2) sorted by relevance
570 (d)->bd_hbuf = (d)->bd_sbuf; \572 (d)->bd_sbuf = (d)->bd_fbuf; \1348 if (d->bd_sbuf == 0) in bpf_setif()1618 hp = (struct bpf_hdr *)((char *)d->bd_sbuf + curlen); in catchpacket()1647 d->bd_sbuf = kmem_zalloc(d->bd_bufsize, KM_NOSLEEP); in bpf_allocbufs()1648 if (!d->bd_sbuf) { in bpf_allocbufs()1668 if (d->bd_sbuf != 0) { in bpf_freed()1669 kmem_free(d->bd_sbuf, d->bd_bufsize); in bpf_freed()
126 void * bd_sbuf; /* store slot */ member