Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/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()
3043 if (ln->ln_hold != NULL) { in nd6_rtrequest()
3044 m_freem_list(ln->ln_hold); in nd6_rtrequest()
3045 ln->ln_hold = NULL; in nd6_rtrequest()
3835 struct mbuf *m = ln->ln_hold; in nd6_cache_lladdr()
3846 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()
1338 if (ln->ln_hold != NULL) { in nd6_na_input()
1348 m_hold = ln->ln_hold; in nd6_na_input()
1349 ln->ln_hold = NULL; in nd6_na_input()
H A Dnd6.h88 struct mbuf *ln_hold; /* last packet until resolved/timeout */ member