Home
last modified time | relevance | path

Searched refs:packet_limit (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/sys/netinet/libalias/
HDalias_db.c1855 static unsigned int packet_limit = 1000; in HouseKeeping() local
1871 if (packet_limit <= 1 || packets % packet_limit == 0) { in HouseKeeping()
1881 packet_limit = packets / 3; in HouseKeeping()