OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mfrg
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet6/
ip6_output.c
1234
struct mbuf *
mfrg
;
local in function:ip6_insertfraghdr
1236
MGET(
mfrg
, M_DONTWAIT, MT_DATA);
1237
if (
mfrg
== NULL)
1239
mfrg
->m_len = sizeof(struct ip6_frag);
1240
*frghdrp = mtod(
mfrg
, struct ip6_frag *);
1241
mlast->m_next =
mfrg
;
ip6_output.c
1234
struct mbuf *
mfrg
;
local in function:ip6_insertfraghdr
1236
MGET(
mfrg
, M_DONTWAIT, MT_DATA);
1237
if (
mfrg
== NULL)
1239
mfrg
->m_len = sizeof(struct ip6_frag);
1240
*frghdrp = mtod(
mfrg
, struct ip6_frag *);
1241
mlast->m_next =
mfrg
;
Completed in 31 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025