Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_llatbl.c312 while ((lle->la_numheld > 0) && (lle->la_hold != NULL)) { in lltable_drop_entry_queue()
313 next = lle->la_hold->m_nextpkt; in lltable_drop_entry_queue()
314 m_freem(lle->la_hold); in lltable_drop_entry_queue()
315 lle->la_hold = next; in lltable_drop_entry_queue()
729 db_printf(" la_hold=%p\n", lle->la_hold);
H A Dif_llatbl.h81 struct mbuf *la_hold; member
102 #define ln_hold la_hold
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dif_arp.c816 if (la->la_hold != NULL) { in arpresolve()
817 struct mbuf *next = la->la_hold->m_nextpkt; in arpresolve()
818 m_freem(la->la_hold); in arpresolve()
819 la->la_hold = next; in arpresolve()
824 if (la->la_hold != NULL) { in arpresolve()
825 struct mbuf *curr = la->la_hold; in arpresolve()
830 la->la_hold = m; in arpresolve()
1242 if (la->la_hold != NULL) { in in_arpinput()
1249 m_hold = la->la_hold; in in_arpinput()
1250 la->la_hold = NULL; in in_arpinput()
H A Dif_inarp.h43 struct mbuf *la_hold; /* last packet until resolved/timeout */ member
/dports/net/onioncat/onioncat-0.3.9/src/cygwin/
H A Dopenbsd_netinet_if_ether.h155 struct mbuf *la_hold; /* last packet until resolved/timeout */
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/cxgb/
H A Dcxgb_l2t.c336 else if (la->la_hold == NULL) in reuse_entry()
456 } else if (la->la_hold == NULL) in t3_l2t_update()
459 e->state = (la->la_hold == NULL) ? in t3_l2t_update()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Dnd6.c1872 m_hold = ln->la_hold, ln->la_hold = NULL, ln->la_numheld = 0; in nd6_llinfo_release_pkts()