Searched refs:ln_hold (Results 1 – 4 of 4) sorted by relevance
391 if (ln->ln_hold != NULL) { in fsw_ethernet_resolve()392 m_freem_list(ln->ln_hold); in fsw_ethernet_resolve()394 ln->ln_hold = m; in fsw_ethernet_resolve()
327 if (ln->ln_hold != NULL) { in nd6_llinfo_free()328 m_freem_list(ln->ln_hold); in nd6_llinfo_free()329 ln->ln_hold = NULL; in nd6_llinfo_free()971 struct mbuf *m = ln->ln_hold; in nd6_service_neighbor_cache()972 ln->ln_hold = NULL; in nd6_service_neighbor_cache()3079 if (ln->ln_hold != NULL) { in nd6_rtrequest()3080 m_freem_list(ln->ln_hold); in nd6_rtrequest()3081 ln->ln_hold = NULL; in nd6_rtrequest()3871 struct mbuf *m = ln->ln_hold; in nd6_cache_lladdr()3882 ln->ln_hold = NULL; in nd6_cache_lladdr()[all …]
705 if (ln->ln_hold != NULL) { in nd6_ns_output()706 hip6 = mtod(ln->ln_hold, struct ip6_hdr *); in nd6_ns_output()708 if (sizeof(*hip6) < ln->ln_hold->m_len) { in nd6_ns_output()1349 if (ln->ln_hold != NULL) { in nd6_na_input()1359 m_hold = ln->ln_hold; in nd6_na_input()1360 ln->ln_hold = NULL; in nd6_na_input()
88 struct mbuf *ln_hold; /* last packet until resolved/timeout */ member