OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipq_ttl
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
ip_reass.c
92
uint8_t
ipq_ttl
; /* time for reass q to live */
member in struct:ipfr_queue
262
fp->
ipq_ttl
= IPFRAGTTL;
483
fp->
ipq_ttl
= ((fp->
ipq_ttl
<= ticks) ?
484
0 : fp->
ipq_ttl
- ticks);
486
if (fp->
ipq_ttl
== 0) {
491
fragttl_histo[fp->
ipq_ttl
] += fp->ipq_nfrags;
Completed in 47 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025