Searched refs:ln_hold (Results 1 – 4 of 4) sorted by relevance
394 if (ln->ln_hold != NULL) { in fsw_ethernet_resolve()395 m_freem_list(ln->ln_hold); in fsw_ethernet_resolve()397 ln->ln_hold = m; in fsw_ethernet_resolve()
325 if (ln->ln_hold != NULL) { in nd6_llinfo_free()326 m_freem_list(ln->ln_hold); in nd6_llinfo_free()327 ln->ln_hold = NULL; in nd6_llinfo_free()969 struct mbuf *m = ln->ln_hold; in nd6_service_neighbor_cache()970 ln->ln_hold = NULL; in nd6_service_neighbor_cache()3078 if (ln->ln_hold != NULL) { in nd6_rtrequest()3079 m_freem_list(ln->ln_hold); in nd6_rtrequest()3080 ln->ln_hold = NULL; in nd6_rtrequest()3870 struct mbuf *m = ln->ln_hold; in nd6_cache_lladdr()3881 ln->ln_hold = NULL; in nd6_cache_lladdr()[all …]
704 if (ln->ln_hold != NULL) { in nd6_ns_output()705 hip6 = mtod(ln->ln_hold, struct ip6_hdr *); in nd6_ns_output()707 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