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 - 2
of
2
) 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
...]
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 21 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025