Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c391 if (ln->ln_hold != NULL) { in fsw_ethernet_resolve()
392 m_freem_list(ln->ln_hold); in fsw_ethernet_resolve()
394 ln->ln_hold = m; in fsw_ethernet_resolve()
/xnu-10063.101.15/bsd/netinet6/
H A Dnd6.c327 if (ln->ln_hold != NULL) { in nd6_llinfo_free()
328 m_freem_list(ln->ln_hold); in nd6_llinfo_free()
329 ln->ln_hold = NULL; in nd6_llinfo_free()
971 struct mbuf *m = ln->ln_hold; in nd6_service_neighbor_cache()
972 ln->ln_hold = NULL; in nd6_service_neighbor_cache()
3079 if (ln->ln_hold != NULL) { in nd6_rtrequest()
3080 m_freem_list(ln->ln_hold); in nd6_rtrequest()
3081 ln->ln_hold = NULL; in nd6_rtrequest()
3871 struct mbuf *m = ln->ln_hold; in nd6_cache_lladdr()
3882 ln->ln_hold = NULL; in nd6_cache_lladdr()
[all …]
H A Dnd6_nbr.c705 if (ln->ln_hold != NULL) { in nd6_ns_output()
706 hip6 = mtod(ln->ln_hold, struct ip6_hdr *); in nd6_ns_output()
708 if (sizeof(*hip6) < ln->ln_hold->m_len) { in nd6_ns_output()
1349 if (ln->ln_hold != NULL) { in nd6_na_input()
1359 m_hold = ln->ln_hold; in nd6_na_input()
1360 ln->ln_hold = NULL; in nd6_na_input()
H A Dnd6.h88 struct mbuf *ln_hold; /* last packet until resolved/timeout */ member