Home
last modified time | relevance | path

Searched refs:m_hold (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6_nbr.c1350 struct mbuf *m_hold, *m_hold_next; in nd6_na_input() local
1359 m_hold = ln->ln_hold; in nd6_na_input()
1361 for (; m_hold; m_hold = m_hold_next) { in nd6_na_input()
1362 m_hold_next = m_hold->m_nextpkt; in nd6_na_input()
1363 m_hold->m_nextpkt = NULL; in nd6_na_input()
1369 nd6_output(ifp, ifp, m_hold, &sin6, rt, NULL); in nd6_na_input()