HomeSort by: relevance | last modified time | path
    Searched defs:ip_maxfrags (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
121 static int ip_maxfrags; variable in typeref:typename:int
162 ip_maxfrags = 0;
206 ip_maxfrags = nmbclusters / 4;
570 if (ip_nfrags > ip_maxfrags) {
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
121 static int ip_maxfrags; variable in typeref:typename:int
162 ip_maxfrags = 0;
206 ip_maxfrags = nmbclusters / 4;
570 if (ip_nfrags > ip_maxfrags) {

Completed in 24 milliseconds