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()
326 if (ln->ln_hold != NULL) { in nd6_llinfo_free()327 m_freem_list(ln->ln_hold); in nd6_llinfo_free()328 ln->ln_hold = NULL; in nd6_llinfo_free()961 struct mbuf *m = ln->ln_hold; in nd6_service_neighbor_cache()962 ln->ln_hold = NULL; in nd6_service_neighbor_cache()3016 if (ln->ln_hold != NULL) { in nd6_rtrequest()3017 m_freem_list(ln->ln_hold); in nd6_rtrequest()3018 ln->ln_hold = NULL; in nd6_rtrequest()3803 struct mbuf *m = ln->ln_hold; in nd6_cache_lladdr()3814 ln->ln_hold = NULL; in nd6_cache_lladdr()[all …]
697 if (ln->ln_hold != NULL) { in nd6_ns_output()698 hip6 = mtod(ln->ln_hold, struct ip6_hdr *); in nd6_ns_output()700 if (sizeof(*hip6) < ln->ln_hold->m_len) { in nd6_ns_output()1335 if (ln->ln_hold != NULL) { in nd6_na_input()1345 m_hold = ln->ln_hold; in nd6_na_input()1346 ln->ln_hold = NULL; in nd6_na_input()
87 struct mbuf *ln_hold; /* last packet until resolved/timeout */ member