Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c401 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()
/xnu-11215.1.10/bsd/netinet6/
H A Dnd6.c323 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 …]
H A Dnd6_nbr.c722 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()
H A Dnd6.h88 struct mbuf *ln_hold; /* last packet until resolved/timeout */ member