Searched refs:ln_hold (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_nbr.c444 if (ln && ln->ln_hold) {
445 hip6 = mtod(ln->ln_hold, struct ip6_hdr *);
447 if (sizeof(*hip6) < ln->ln_hold->m_len)
458 if (ln && ln->ln_hold)
459 m_freem(ln->ln_hold);
460 ln->ln_hold = NULL;
812 if (ln->ln_hold) {
817 nd6_output(ifp, ifp, ln->ln_hold,
819 ln->ln_hold = 0;
H A Dnd6.c500 struct mbuf *m = ln->ln_hold;
501 ln->ln_hold = NULL;
515 ln->ln_hold = NULL;
1416 if (ln->ln_hold)
1417 m_freem(ln->ln_hold);
1418 ln->ln_hold = NULL;
1813 if (ln->ln_hold) {
1818 nd6_output(ifp, ifp, ln->ln_hold,
1821 ln->ln_hold = NULL;
2105 if (ln->ln_hold)
[all...]
H A Dnd6.h49 struct mbuf *ln_hold; /* last packet until resolved/timeout */ member in struct:llinfo_nd6

Completed in 21 milliseconds