Home
last modified time | relevance | path

Searched refs:la_hold (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dnd6.c565 if (ln->la_hold == NULL) in nd6_llinfo_get_holdsrc()
571 m = ln->la_hold; in nd6_llinfo_get_holdsrc()
821 ln->la_hold = m0; in nd6_llinfo_timer()
2054 if (ln->la_hold != NULL) in nd6_cache_lladdr()
2137 *chain = ln->la_hold; in nd6_grab_holdchain()
2138 ln->la_hold = NULL; in nd6_grab_holdchain()
2384 if (lle->la_hold != NULL) { in nd6_resolve_slow()
2397 m_hold = lle->la_hold; in nd6_resolve_slow()
2398 lle->la_hold = lle->la_hold->m_nextpkt; in nd6_resolve_slow()
2403 lle->la_hold = m; in nd6_resolve_slow()
[all …]
H A Dnd6_nbr.c900 if (ln->la_hold != NULL) { in nd6_na_input()
/f-stack/freebsd/netinet/
H A Dif_ether.c555 if (la->la_hold != NULL) { in arpresolve_full()
556 next = la->la_hold->m_nextpkt; in arpresolve_full()
557 m_freem(la->la_hold); in arpresolve_full()
558 la->la_hold = next; in arpresolve_full()
563 if (la->la_hold != NULL) { in arpresolve_full()
564 curr = la->la_hold; in arpresolve_full()
569 la->la_hold = m; in arpresolve_full()
1242 if (la->la_hold != NULL) { in arp_check_update_lle()
1243 m_hold = la->la_hold; in arp_check_update_lle()
1244 la->la_hold = NULL; in arp_check_update_lle()
/f-stack/freebsd/net/
H A Dif_llatbl.c293 while ((lle->la_numheld > 0) && (lle->la_hold != NULL)) { in lltable_drop_entry_queue()
294 next = lle->la_hold->m_nextpkt; in lltable_drop_entry_queue()
295 m_freem(lle->la_hold); in lltable_drop_entry_queue()
296 lle->la_hold = next; in lltable_drop_entry_queue()
810 db_printf(" la_hold=%p\n", lle->la_hold); in llatbl_lle_show()
H A Dif_llatbl.h68 struct mbuf *la_hold; member