OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bd_sbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
bpfdesc.h
76
void *
bd_sbuf
; /* store slot */
member in struct:bpf_d
bpf.c
685
(d)->bd_hbuf = (d)->
bd_sbuf
; \
687
(d)->
bd_sbuf
= (d)->bd_fbuf; \
1061
if (d->bd_bif != NULL || d->
bd_sbuf
!= NULL)
1484
* no race condition happen on d->
bd_sbuf
.
1486
if (d->
bd_sbuf
== NULL) {
2077
h = (char *)d->
bd_sbuf
+ curlen;
2127
d->
bd_sbuf
= kmem_zalloc(d->bd_bufsize, KM_NOSLEEP);
2128
if (!d->
bd_sbuf
) {
2162
if (d->
bd_sbuf
!= NULL) {
2163
kmem_free(d->
bd_sbuf
, d->bd_bufsize)
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025