Home
last modified time | relevance | path

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

/openbsd-src/sys/net/
H A Dbfd.c196 bfd->bc_time = pool_get(&bfd_pool_time, PR_WAITOK | PR_ZERO); in bfdset()
201 getmicrotime(bfd->bc_time); in bfdset()
267 pool_put(&bfd_pool_time, bfd->bc_time); in bfd_clear_task()
349 sa_bfd->bs_uptime = bfd->bc_time->tv_sec; in bfd2sa()
952 bfd->bc_lastuptime = tv.tv_sec - bfd->bc_time->tv_sec; in bfd_set_uptime()
953 memcpy(bfd->bc_time, &tv, sizeof(tv)); in bfd_set_uptime()
1040 printf("uptime %llds ", tv.tv_sec - bfd->bc_time->tv_sec); in bfd_debug()
1041 printf("time started %lld.%06ld ", bfd->bc_time->tv_sec, in bfd_debug()
1042 bfd->bc_time->tv_usec); in bfd_debug()
H A Dbfd.h136 struct timeval *bc_time; member