HomeSort by: relevance | last modified time | path
    Searched refs:la_numheld (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/net/
nd.c 108 ln->la_numheld = 0;
111 KASSERTMSG(ln->la_numheld == 0, "la_numheld=%d",
112 ln->la_numheld);
384 KASSERTMSG(ln->la_numheld == i, "la_numheld=%d i=%d",
385 ln->la_numheld, i);
391 ln->la_numheld--;
394 KASSERTMSG(ln->la_numheld == 0, "la_numheld=%d"
    [all...]
if_llatbl.c 325 while ((lle->la_numheld > 0) && (lle->la_hold != NULL)) {
329 lle->la_numheld--;
333 KASSERTMSG(lle->la_numheld == 0,
334 "la_numheld %d > 0, pkts_dropped %zd",
335 lle->la_numheld, pkts_dropped);
818 db_printf(" la_numheld=%d\n", lle->la_numheld);
if_llatbl.h 84 int la_numheld; /* # of packets currently held */ member in struct:llentry
  /src/sys/netinet/
if_arp.c 1084 int n = la->la_numheld;
1092 la->la_numheld = 0;
in.c 2019 KASSERTMSG(lle->la_numheld == 0, "la_numheld=%d", lle->la_numheld);
  /src/sys/netinet6/
in6.c 2389 KASSERTMSG(lle->la_numheld == 0, "la_numheld=%d", lle->la_numheld);
nd6.c 1300 m_hold = ln->la_hold, ln->la_hold = NULL, ln->la_numheld = 0;

Completed in 29 milliseconds