Searched refs:ln_hold (Results 1 – 4 of 4) sorted by relevance
401 if (ln->ln_hold != NULL) { in fsw_ethernet_resolve()402 m_freem_list(ln->ln_hold); in fsw_ethernet_resolve()404 ln->ln_hold = m; in fsw_ethernet_resolve()
323 if (ln->ln_hold != NULL) { in nd6_llinfo_free()324 m_freem_list(ln->ln_hold); in nd6_llinfo_free()325 ln->ln_hold = NULL; in nd6_llinfo_free()976 mbuf_ref_t m = ln->ln_hold; in nd6_service_neighbor_cache()977 ln->ln_hold = NULL; in nd6_service_neighbor_cache()3086 if (ln->ln_hold != NULL) { in nd6_rtrequest()3087 m_freem_list(ln->ln_hold); in nd6_rtrequest()3088 ln->ln_hold = NULL; in nd6_rtrequest()3653 mbuf_ref_t m = ln->ln_hold; in nd6_cache_lladdr()3664 ln->ln_hold = NULL; in nd6_cache_lladdr()[all …]
722 if (ln->ln_hold != NULL) { in nd6_ns_output()723 hip6 = mtod(ln->ln_hold, struct ip6_hdr *); in nd6_ns_output()725 if (sizeof(*hip6) < ln->ln_hold->m_len) { in nd6_ns_output()1380 if (ln->ln_hold != NULL) { in nd6_na_input()1390 m_hold = ln->ln_hold; in nd6_na_input()1391 ln->ln_hold = NULL; in nd6_na_input()
88 struct mbuf *ln_hold; /* last packet until resolved/timeout */ member