OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ip_nfrags
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
ip_reass.c
41
* awaiting reassembly (
ip_nfrags
) and a limit (ip_maxfrags) on fragments.
42
* If
ip_nfrags
exceeds ip_maxfrags the limit, we drop half the total
117
static int
ip_nfrags
;
variable in typeref:typename:int
238
ip_nfrags
++;
337
ip_nfrags
--;
379
ip_nfrags
-= fp->ipq_nfrags;
429
ip_nfrags
--;
451
ip_nfrags
-= fp->ipq_nfrags;
496
KASSERT(
ip_nfrags
== nfrags);
499
dropfraction = (
ip_nfrags
/ 2)
[
all
...]
Completed in 38 milliseconds
Indexes created Sun Nov 02 07:10:05 GMT 2025