OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_ensure_contig
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/npf/
npf_mbuf.c
59
#define
m_ensure_contig
(m,t) (nbuf)->nb_mops->ensure_contig((m), (t))
macro
211
success =
m_ensure_contig
(&m, target);
/src/sys/kern/
uipc_mbuf.c
1032
*
m_ensure_contig
: rearrange an mbuf chain that given length of bytes
1040
m_ensure_contig
(struct mbuf **m0, int len)
function in typeref:typename:bool
1094
* m_pullup: same as
m_ensure_contig
(), but destroys mbuf chain on error.
1102
if (!
m_ensure_contig
(&m, len)) {
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025