HomeSort by: relevance | last modified time | path
    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