OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ip_maxfragpackets
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
ip_reass.c
120
static int
ip_maxfragpackets
;
variable in typeref:typename:int
161
ip_maxfragpackets
= 200;
190
NULL, 0, &
ip_maxfragpackets
, 0,
250
if (
ip_maxfragpackets
< 0) {
252
} else if (ip_nfragpackets >=
ip_maxfragpackets
) {
580
if (
ip_maxfragpackets
< 0)
586
while (ip_nfragpackets >
ip_maxfragpackets
&& wrapped == 0) {
Completed in 13 milliseconds
Indexes created Sat Oct 11 14:09:46 GMT 2025