Searched refs:tdb_timer_tmo (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/netinet/
H A Dip_ipsp.c331 if (timeout_add_sec(&tdbp->tdb_timer_tmo,
725 if (timeout_add_sec(&tdbp->tdb_timer_tmo,
1025 if (timeout_del(&tdbp->tdb_timer_tmo))
1104 timeout_set_proc(&tdbp->tdb_timer_tmo, tdb_timeout, tdbp);
1147 KASSERT(timeout_pending(&tdbp->tdb_timer_tmo) == 0);
H A Dip_ipsp.h379 struct timeout tdb_timer_tmo; member in struct:tdb

Completed in 126 milliseconds