OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nb_nptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/npf/
npf_mbuf.c
94
nbuf->
nb_nptr
= mtod(m, void *);
100
KASSERT(nbuf->
nb_nptr
);
101
return nbuf->
nb_nptr
;
108
const unsigned off = (uintptr_t)nbuf->
nb_nptr
- mtod(m, uintptr_t);
147
off = (uintptr_t)nbuf->
nb_nptr
- mtod(m, uintptr_t) + len;
170
nbuf->
nb_nptr
= d;
190
const size_t off = (uintptr_t)nbuf->
nb_nptr
- mtod(n, uintptr_t);
216
return success ? nbuf->
nb_nptr
: NULL;
229
nbuf->
nb_nptr
= mtod(m, uint8_t *) + foff;
237
return nbuf->
nb_nptr
;
[
all
...]
npf_impl.h
175
void *
nb_nptr
;
member in struct:nbuf
Completed in 12 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025