Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c402 if (ln->ln_hold != NULL) { in fsw_ethernet_resolve()
403 m_freem_list(ln->ln_hold); in fsw_ethernet_resolve()
405 ln->ln_hold = m; in fsw_ethernet_resolve()
/xnu-12377.41.6/bsd/netinet6/
H A Dnd6.c330 if (ln->ln_hold != NULL) { in nd6_llinfo_free()
331 m_freem_list(ln->ln_hold); in nd6_llinfo_free()
332 ln->ln_hold = NULL; in nd6_llinfo_free()
983 mbuf_ref_t m = ln->ln_hold; in nd6_service_neighbor_cache()
984 ln->ln_hold = NULL; in nd6_service_neighbor_cache()
3093 if (ln->ln_hold != NULL) { in nd6_rtrequest()
3094 m_freem_list(ln->ln_hold); in nd6_rtrequest()
3095 ln->ln_hold = NULL; in nd6_rtrequest()
3660 mbuf_ref_t m = ln->ln_hold; in nd6_cache_lladdr()
3671 ln->ln_hold = NULL; in nd6_cache_lladdr()
[all …]
H A Dnd6_nbr.c723 if (ln->ln_hold != NULL) { in nd6_ns_output()
724 hip6 = mtod(ln->ln_hold, struct ip6_hdr *); in nd6_ns_output()
726 if (sizeof(*hip6) < ln->ln_hold->m_len) { in nd6_ns_output()
1383 if (ln->ln_hold != NULL) { in nd6_na_input()
1393 m_hold = ln->ln_hold; in nd6_na_input()
1394 ln->ln_hold = NULL; in nd6_na_input()
H A Dnd6.h95 struct mbuf *ln_hold; /* last packet until resolved/timeout */ member