Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
HDnd6.c501 struct mbuf *m = ln->ln_hold; in nd6_timer_dispatch()
521 ln->ln_hold = NULL; in nd6_timer_dispatch()
1415 if (ln->ln_hold) in nd6_rtrequest()
1416 m_freem(ln->ln_hold); in nd6_rtrequest()
1802 if (ln->ln_hold) { in nd6_cache_lladdr()
1807 nd6_output(ifp, ifp, ln->ln_hold, in nd6_cache_lladdr()
1809 ln->ln_hold = NULL; in nd6_cache_lladdr()
2070 if (ln->ln_hold) in nd6_resolve()
2071 m_freem(ln->ln_hold); in nd6_resolve()
2072 ln->ln_hold = m; in nd6_resolve()
HDnd6_nbr.c492 if (ln && ln->ln_hold) { in nd6_ns_output()
493 hip6 = mtod(ln->ln_hold, struct ip6_hdr *); in nd6_ns_output()
495 if (sizeof(*hip6) < ln->ln_hold->m_len) in nd6_ns_output()
865 if (ln->ln_hold) { in nd6_na_input()
870 nd6_output(ifp, ifp, ln->ln_hold, in nd6_na_input()
872 ln->ln_hold = NULL; in nd6_na_input()
HDnd6.h68 struct mbuf *ln_hold; /* last packet until resolved/timeout */ member