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

  /src/sys/net/
nd.c 110 ln->la_numheld = 0;
113 KASSERTMSG(ln->la_numheld == 0, "la_numheld=%d",
114 ln->la_numheld);
383 KASSERTMSG(ln->la_numheld == i, "la_numheld=%d i=%d",
384 ln->la_numheld, i);
390 ln->la_numheld--;
393 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 1082 int n = la->la_numheld;
1090 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 1299 m_hold = ln->la_hold, ln->la_hold = NULL, ln->la_numheld = 0;

Completed in 17 milliseconds