Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c394 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()
/xnu-8792.41.9/bsd/netinet6/
H A Dnd6.c326 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()
970 struct mbuf *m = ln->ln_hold; in nd6_service_neighbor_cache()
971 ln->ln_hold = NULL; in nd6_service_neighbor_cache()
3069 if (ln->ln_hold != NULL) { in nd6_rtrequest()
3070 m_freem_list(ln->ln_hold); in nd6_rtrequest()
3071 ln->ln_hold = NULL; in nd6_rtrequest()
3861 struct mbuf *m = ln->ln_hold; in nd6_cache_lladdr()
3872 ln->ln_hold = NULL; in nd6_cache_lladdr()
[all …]
H A Dnd6_nbr.c700 if (ln->ln_hold != NULL) { in nd6_ns_output()
701 hip6 = mtod(ln->ln_hold, struct ip6_hdr *); in nd6_ns_output()
703 if (sizeof(*hip6) < ln->ln_hold->m_len) { in nd6_ns_output()
1345 if (ln->ln_hold != NULL) { in nd6_na_input()
1355 m_hold = ln->ln_hold; in nd6_na_input()
1356 ln->ln_hold = NULL; in nd6_na_input()
H A Dnd6.h88 struct mbuf *ln_hold; /* last packet until resolved/timeout */ member