OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_hold
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/
nd.c
372
struct mbuf *
m_hold
;
local
376
for (
m_hold
= ln->ln_hold;
m_hold
;
m_hold
=
m_hold
->m_nextpkt) {
378
if (
m_hold
->m_nextpkt == NULL) {
379
m_hold
->m_nextpkt = m;
386
m_hold
= ln->ln_hold;
388
m_freem(
m_hold
);
/src/sys/netinet6/
nd6.c
1292
struct mbuf *
m_hold
, *m_hold_next;
local
1299
m_hold
= ln->la_hold, ln->la_hold = NULL, ln->la_numheld = 0;
1303
for (;
m_hold
!= NULL;
m_hold
= m_hold_next) {
1304
m_hold_next =
m_hold
->m_nextpkt;
1305
m_hold
->m_nextpkt = NULL;
1312
ip6_if_output(ifp, ifp,
m_hold
, &sin6, NULL);
/src/sys/netinet/
if_arp.c
1083
struct mbuf *
m_hold
, *m_hold_next;
local
1088
m_hold
= la->la_hold;
1098
for (;
m_hold
!= NULL;
m_hold
= m_hold_next) {
1099
m_hold_next =
m_hold
->m_nextpkt;
1100
m_hold
->m_nextpkt = NULL;
1101
if_output_lock(ifp, ifp,
m_hold
, sintosa(&sin), NULL);
Completed in 19 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026