nd6.c | 1292 struct mbuf *m_hold, *m_hold_next; local in function:nd6_llinfo_release_pkts 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);
|