Searched defs:packets (Results 1 – 3 of 3) sorted by relevance
99 uint64_t packets = 1; in do_forward() local
969 int64_t packets = strtoul(matches[PACKET_COUNTS].str().c_str(), nullptr, 10); in addForwardChainStats() local
90 void CompletePackets(uint16_t handle, uint16_t packets) { in CompletePackets()