Home
last modified time | relevance | path

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

/linux-4.4.14/net/appletalk/
Dddp.c250 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_probe_device() local
259 if (netrange) in atif_probe_device()
260 probe_net += jiffies % netrange; in atif_probe_device()
267 for (netct = 0; netct <= netrange; netct++) { in atif_probe_device()
298 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_proxy_probe_device() local
308 if (netrange) in atif_proxy_probe_device()
309 probe_net += jiffies % netrange; in atif_proxy_probe_device()
316 for (netct = 0; netct <= netrange; netct++) { in atif_proxy_probe_device()