Searched refs:pktcount (Results 1 – 2 of 2) sorted by relevance
10700 register int pktcount; in idn_chan_server() local10794 pktcount = dropcount = 0; in idn_chan_server()10840 pktcount++; in idn_chan_server()10850 mmp[domid]->mm_count += pktcount; in idn_chan_server()10854 if (pktcount == 0) { in idn_chan_server()10862 proc, channel, domid, pktcount); in idn_chan_server()
2330 int pktcount = 0; in SendResponses() local2597 …if (!pktcount && active && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNS… in SendResponses()2669 … if (!pktcount && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow) in SendResponses()2795 …if (++pktcount >= 1000) { LogMsg("SendResponses exceeded loop limit %d: giving up", pktcount); bre… in SendResponses()2806 …pktcount = 0; // When we move to a new interface, reset packet count back to zero -- NSEC ge… in SendResponses()3264 int pktcount = 0; in SendQueries() local3734 if (++pktcount >= 1000) in SendQueries()3735 { LogMsg("SendQueries exceeded loop limit %d: giving up", pktcount); break; } in SendQueries()