Home
last modified time | relevance | path

Searched refs:tmpmax (Results 1 – 1 of 1) sorted by relevance

/src/sys/netinet/
H A Dip_reass.c207 int i, hlen, next, tmpmax; in ip_reass() local
220 tmpmax = maxfrags; in ip_reass()
222 (tmpmax >= 0 && atomic_load_int(&nfrags) >= (u_int)tmpmax)) { in ip_reass()