OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lft_c
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netipsec/
keydb.h
120
struct sadb_lifetime *
lft_c
; /* CURRENT lifetime, it's constant. */
member in struct:secasvar
124
/* percpu counters for
lft_c
->sadb_lifetime_{allocations,bytes} */
key.c
1375
* The list should be sorted by
lft_c
->sadb_lifetime_addtime
1382
sav->
lft_c
!= NULL && next->
lft_c
!= NULL) {
1383
KDASSERTMSG(sav->
lft_c
->sadb_lifetime_addtime <=
1384
next->
lft_c
->sadb_lifetime_addtime,
1387
sav->
lft_c
->sadb_lifetime_addtime,
1388
next->
lft_c
->sadb_lifetime_addtime);
3339
/* We don't allow
lft_c
to be NULL */
3340
newsav->
lft_c
= kmem_zalloc(sizeof(struct sadb_lifetime),
3597
if (sav->
lft_c
!= NULL
[
all
...]
key_debug.c
546
if (sav->
lft_c
!= NULL)
547
kdebug_sadb_lifetime((struct sadb_ext *)sav->
lft_c
);
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025