OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lft
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netipsec/
key_debug.c
282
const struct sadb_lifetime *
lft
= (const struct sadb_lifetime *)ext;
local
289
lft
->sadb_lifetime_allocations,
290
(u_int32_t)
lft
->sadb_lifetime_bytes);
292
(u_int32_t)
lft
->sadb_lifetime_addtime,
293
(u_int32_t)
lft
->sadb_lifetime_usetime);
key.c
2212
const struct sadb_lifetime *
lft
= NULL;
local
2236
lft
= mhp->ext[SADB_EXT_LIFETIME_HARD];
2316
newsp->lifetime =
lft
?
lft
->sadb_lifetime_addtime : 0;
2317
newsp->validtime =
lft
?
lft
->sadb_lifetime_usetime : 0;
2372
if (
lft
) {
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026