OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maybe_ipf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
ip_flow.c
435
struct ipflow *
maybe_ipf
= TAILQ_LAST(&ipflowlist, ipflowhead);
local in function:ipflow_reap
452
if (ipf->ipf_timer <
maybe_ipf
->ipf_timer
453
|| ((ipf->ipf_timer ==
maybe_ipf
->ipf_timer)
455
<
maybe_ipf
->ipf_last_uses +
maybe_ipf
->ipf_uses)))
456
maybe_ipf
= ipf;
458
ipf =
maybe_ipf
;
ip_flow.c
435
struct ipflow *
maybe_ipf
= TAILQ_LAST(&ipflowlist, ipflowhead);
local in function:ipflow_reap
452
if (ipf->ipf_timer <
maybe_ipf
->ipf_timer
453
|| ((ipf->ipf_timer ==
maybe_ipf
->ipf_timer)
455
<
maybe_ipf
->ipf_last_uses +
maybe_ipf
->ipf_uses)))
456
maybe_ipf
= ipf;
458
ipf =
maybe_ipf
;
Completed in 43 milliseconds
Indexes created Mon Sep 29 15:09:53 GMT 2025