Searched refs:la_hold (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dif_llatbl.c119 while ((lle->la_numheld > 0) && (lle->la_hold != NULL)) {
120 next = lle->la_hold->m_nextpkt;
121 m_freem(lle->la_hold);
122 lle->la_hold = next;
211 if (lle->la_hold) {
212 m_freem(lle->la_hold);
213 lle->la_hold = NULL;
424 db_printf(" la_hold=%p\n", lle->la_hold);
H A Dif_llatbl.h63 struct mbuf *la_hold; member in struct:llentry
/freebsd-9.3-release/sys/netinet/
H A Dif_ether.c378 if (la->la_hold != NULL) {
379 next = la->la_hold->m_nextpkt;
380 m_freem(la->la_hold);
381 la->la_hold = next;
386 if (la->la_hold != NULL) {
387 curr = la->la_hold;
392 la->la_hold = m;
764 if (la->la_hold != NULL) {
767 m_hold = la->la_hold;
768 la->la_hold
[all...]
/freebsd-9.3-release/sys/netinet6/
H A Dnd6.c511 struct mbuf *m = ln->la_hold;
516 * assuming every packet in la_hold has the
521 ln->la_hold = m0;
1664 if (ln->la_hold) {
1668 * reset the la_hold in advance, to explicitly
1669 * prevent a la_hold lookup in nd6_output()
1672 for (m_hold = ln->la_hold, ln->la_hold = NULL;
1985 if (ln->la_hold) {
1990 for (m_hold = ln->la_hold; m_hol
[all...]
H A Dnd6_nbr.c490 if (ln->la_hold != NULL) {
494 * assuming every packet in la_hold has the same IP
497 hip6 = mtod(ln->la_hold, struct ip6_hdr *);
499 if (sizeof(*hip6) < ln->la_hold->m_len) {
898 if (ln->la_hold) {
902 * reset the la_hold in advance, to explicitly
903 * prevent a la_hold lookup in nd6_output()
906 for (m_hold = ln->la_hold, ln->la_hold = NULL;
/freebsd-9.3-release/lib/libstand/
H A Dif_ether.h128 struct mbuf *la_hold; /* last packet until resolved/timeout */ member in struct:llinfo_arp

Completed in 123 milliseconds