Searched defs:fib_sync_status (Results 1 – 1 of 1) sorted by relevance
156 struct fib_sync_status { struct157 struct timeval diverge_time; /* ts when diverged */158 uint32_t num_changes; /* number of changes since sync */159 uint32_t bucket_changes; /* num changes within the current bucket */160 uint64_t bucket_id; /* 50ms bucket # */161 struct fib_change_queue fd_change_queue;/* list of scheduled entries */